Method GetLcs
GetLcs(double)
Returns the local coordinate system at the given position along the segment
Declaration
LocalCoordSystem3D GetLcs(double localX)
Parameters
Type | Name | Description |
---|---|---|
double | localX | The position along the segment (0.0 corresponds to the start point, 1.0 corresponds to the end point) |
Returns
Type | Description |
---|---|
LocalCoordSystem3D | The local coordinate system |