ModelElementStraightLinepointOnAxis Method

Return point at specific position.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public virtual Point3 pointOnAxis(
	List<Node> nodes,
	double position,
	bool isCurveReparametrized
)

Parameters

nodes  ListNode
List of nodes in the model.
position  Double
Position along the element where to get the state.
isCurveReparametrized  Boolean
True if curve parameter goes from 0 to 1.

Return Value

Point3
Point on the axis of the element.

See Also