Click or drag to resize
SoLDMDataAccessDataInfo Structure

Information about returned data when directly accessing the data rather than copying the data.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
public struct DataInfo

The SoLDMDataAccessDataInfo type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Properties
  NameDescription
Public propertyBufferSize

Size of the data tile in bytes.

Public propertyStatic memberDefault
Default constructor.
Public propertyErrorFlag

Error indicator.

Public propertyTileData
Public propertyTileDimension

Dimensions of the data tile in voxels.

Public propertyTileID

LDM tile ID of the tile that contains the data at OIV.LDM.SoLDMDataAccess.DataInfo.tilePosition.

Public propertyTilePosition

Position of the data tile in voxel coordinates (min = lower left back corner, max = upper right front corner).

Top
Remarks

Used with the OIV.LDM.SoLDMDataAccess.GetData(System.Int32, OIV.Inventor.SbVec3i32) method.

See Also