SoLDMDataAccessDataInfoPolyLine Class |
Information about data returned for an arbitrary polyline.
Namespace: OIV.LDM
The SoLDMDataAccessDataInfoPolyLine type exposes the following members.
Name | Description | |
---|---|---|
![]() | SoLDMDataAccessDataInfoPolyLine | Constructor of a dataInfoPolyline. |
Name | Description | |
---|---|---|
![]() | CopyFrom | |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode |
Overrides GetHashCode().
(Inherited from SoNetBase.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | BufferSize | Size of the requested data in bytes. |
![]() | ErrorFlag | Error indicator. |
![]() | NumSegment | Number of segments in the polyline. |
![]() | SegmentBufferDim | Dimension of buffer for each segment. |
![]() | SegmentBufferSize | Size of buffer for each segment (size = dimension*datatype). |
![]() | SegmentCoord |
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.
|
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.