ModelElementStraightLinelocalCoSys(IReadOnlyListNode, Double) Method

create local coordinate system and rotate it about longitudinal axis by an angle alpha.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected Vector3[] localCoSys(
	IReadOnlyList<Node> nodes,
	double alpha
)

Parameters

nodes  IReadOnlyListNode
starting and end-node of the element.
alpha  Double
angle of rotation about longitudinal element axis.

Return Value

Vector3
array of vectors with local coordinate axes.

See Also