Click or drag to resize

ModelElementStraightLinelocalCoSys Method (IReadOnlyListNode)

create local coordinate system with the resultant axial rotation applied

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Vector3[] localCoSys(
	IReadOnlyList<Node> nodes
)

Parameters

nodes
Type: System.Collections.GenericIReadOnlyListNode
starting and end-node of the element

Return Value

Type: Vector3
rotated local coordinate system
See Also