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: 2024.1.1.0 (2024.1.1)
Syntax
public struct DataInfo

The SoLDMDataAccessDataInfo type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(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