Click or drag to resize
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.LDM
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbVec3i32[] this[
	int segmentIndex
] { get; }

Parameters

segmentIndex
Type: SystemInt32

Property Value

Type: SbVec3i32
See Also