| 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 | (Inherited from ValueType.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| ToString | (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.