<Code Lib>
2021 Method
Changes 6
M

AnalyticalModelStick.GetLocalCoordinateSystem(Double)

Description:
Gets the local coordinate system (LCS) that reflects analytical model orientation at the specified parameter value along a curve.
Overloads (2):
GetLocalCoordinateSystem(Double)

public Transform GetLocalCoordinateSystem(
	double parameter
)

  • Double
    parameter
    The parameter value along a curve that should be in the range [0, 1], where 0 represents start and 1 represents end of the element.
Return Value Transform Transformation matrix. x - longitudinal axis, y - transversal, section - horizontal, strong axis, z - transversal, section - vertical, weak axis, origin - base point of LCS.

Loading…