Click or drag to resize
DataInfoPolyLine Properties

The SoLDMDataAccessDataInfoPolyLine type exposes the following members.

Properties
  NameDescription
Public propertyBufferSize

Size of the requested data in bytes.

Public propertyErrorFlag

Error indicator.

Public propertyNumSegment

Number of segments in the polyline.

Public propertySegmentBufferDim

Dimension of buffer for each segment.

Public propertySegmentBufferSize

Size of buffer for each segment (size = dimension*datatype).

Public propertySegmentCoord
Segment coordinates in the data. Each segment of non null dimension has two associated SbVec3i32 coordinates (start and end point). This method returns for a given segment by its index the value elements.
Top
See Also