SoLDMDataAccessDataInfo Structure |
Information about returned data when directly accessing the data rather than copying the data.
Namespace: OIV.LDM
The SoLDMDataAccessDataInfo type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
BufferSize | Size of the data tile in bytes. | |
Default | Default constructor. | |
ErrorFlag | Error indicator. | |
TileData | ||
TileDimension | Dimensions of the data tile in voxels. | |
TileID | LDM tile ID of the tile that contains the data at OIV.LDM.SoLDMDataAccess.DataInfo.tilePosition. | |
TilePosition | Position of the data tile in voxel coordinates (min = lower left back corner, max = upper right front corner). |
Used with the OIV.LDM.SoLDMDataAccess.GetData(System.Int32, OIV.Inventor.SbVec3i32) method.