SoVolumeDataSetPageSize Method (SbVec3i32) |
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.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void SetPageSize(
out SbVec3i32 size
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub SetPageSize (
<OutAttribute> ByRef size As SbVec3i32
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void SetPageSize(
[OutAttribute] SbVec3i32% size
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member SetPageSize :
size : SbVec3i32 byref -> unit
Parameters
- size
- Type: OIV.InventorSbVec3i32
RemarksMust be 2^n for some integer n. The default is 128x128x128.Obsoletesince Open Inventor 9000
No longer supported.
See Also