Click or drag to resize
SoLDMDataAccessDataInfoPlane Structure

Information about data returned for an arbitrary plane.

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public struct DataInfoPlane

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

Dimension of the 2D data matrix (in voxels).

Public propertyBufferSize

Size of the requested data in bytes.

Public propertyStatic memberDefault
Default constructor.
Public propertyErrorFlag

Error indicator.

Public propertyNumPolygonPoints

Number of points of the polygon intersecting subvolume.

Public propertyPolygonCoord

Polygon intersecting subvolume in voxel coordinates.

Public propertyQuadCoord

Quad corresponding to the returned data in voxel coordinates.

Public propertyUAxis

Axis corresponding to the first dimension of the returned array.

Public propertyVAxis

Axis corresponding to the second dimension of the returned array.

Top
Remarks

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

The following figure shows the information that is returned.

See Also