SoVolumeDataGetSubSamplingLevel Method (SbVec3s, SbVec3s) |
Note: This API is now obsolete.
Use getSubSamplingLevel(SbVec3i32 &, SbVec3i32 &).
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void GetSubSamplingLevel(
out SbVec3s ROISampling,
out SbVec3s secondarySampling
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub GetSubSamplingLevel (
<OutAttribute> ByRef ROISampling As SbVec3s,
<OutAttribute> ByRef secondarySampling As SbVec3s
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void GetSubSamplingLevel(
[OutAttribute] SbVec3s% ROISampling,
[OutAttribute] SbVec3s% secondarySampling
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetSubSamplingLevel :
ROISampling : SbVec3s byref *
secondarySampling : SbVec3s byref -> unit
Parameters
- ROISampling
- Type: OIV.InventorSbVec3s
- secondarySampling
- Type: OIV.InventorSbVec3s
RemarksObsoletesince Open Inventor 6000
No longer used.
See Also