Click or drag to resize
SoLDMDataAccessDataInfoLine Structure

Information about data returned for an arbitrary line.

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

The SoLDMDataAccessDataInfoLine 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 propertyBufferDimension

Dimension of the 1D array of data (in voxels).

Public propertyBufferSize

Size of the requested data in bytes.

Public propertyStatic memberDefault
Default constructor.
Public propertyErrorFlag

Error indicator.

Public propertyLineCoord

First and last point of the segment of data in voxel coordinates.

Top
Remarks

Used with the OIV.LDM.SoLDMDataAccess.GetData(System.Int32, OIV.Inventor.SbBox3i32, OIV.Inventor.SbLine, OIV.Inventor.Devices.SoBufferObject) method.

The following figure shows the information that is returned.

See Also