SoLDMDataAccessDataInfoPolyLineSegmentCoord Property |
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.
Namespace: OIV.LDMAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec3i32[] this[
int segmentIndex
] { get; }
Public ReadOnly Property SegmentCoord (
segmentIndex As Integer
) As SbVec3i32()
Get
public:
property array<SbVec3i32>^ SegmentCoord[int segmentIndex] {
array<SbVec3i32>^ get (int segmentIndex);
}
member SegmentCoord : SbVec3i32[] with get
Parameters
- segmentIndex
- Type: SystemInt32
Property Value
Type:
SbVec3i32See Also