Click or drag to resize
SoLDMDataAccessDataInfoPolyLine Class

Information about data returned for an arbitrary polyline.

Inheritance Hierarchy
SystemObject
  OIV.InventorSoNetBase
    OIV.LDMSoLDMDataAccessDataInfoPolyLine

Namespace: OIV.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public class DataInfoPolyLine : SoNetBase

The SoLDMDataAccessDataInfoPolyLine type exposes the following members.

Constructors
Methods
  NameDescription
Public methodCopyFrom
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode().
(Inherited from SoNetBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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
Remarks

Used with the OIV.LDM.SoLDMDataAccess.GetData(OIV.LDM.SoLDMDataAccess.DataInfoPolyLine, System.Int32, OIV.Inventor.SbBox3i32, OIV.Inventor.SbVec3i32[], OIV.Inventor.Devices.SoBufferObject) method.

The following figure shows the information that is returned.

See Also