SoLDMDataAccessDataInfoBoxBufferDimension Property |
Dimensions of the 3D data (in voxels).
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec3i32 BufferDimension { get; set; }
Public Property BufferDimension As SbVec3i32
Get
Set
public:
property SbVec3i32 BufferDimension {
SbVec3i32 get ();
void set (SbVec3i32 value);
}
member BufferDimension : SbVec3i32 with get, set
Property Value
Type:
SbVec3i32Remarks It depends on the resolution. It is equal to the subvolume if resolution = 0.
See Also