SoVolumeDataSetPageSize Method (SbVec3s) |
Note: This API is now obsolete.
Specifies page size in X, Y, and Z direction.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void SetPageSize(
out SbVec3s size
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub SetPageSize (
<OutAttribute> ByRef size As SbVec3s
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void SetPageSize(
[OutAttribute] SbVec3s% size
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member SetPageSize :
size : SbVec3s byref -> unit
Parameters
- size
- Type: OIV.InventorSbVec3s
RemarksMust be 2^n for some integer n. The default is 128x128x128.Obsoletesince Open Inventor 6000
No longer supported.
See Also