|
ModelElementStraightLinelocalCoSys Method (IReadOnlyListNode)
|
create local coordinate system with the resultant axial rotation applied.
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Vector3[] localCoSys(
IReadOnlyList<Node> nodes
)
Public Function localCoSys (
nodes As IReadOnlyList(Of Node)
) As Vector3()
public:
array<Vector3>^ localCoSys(
IReadOnlyList<Node^>^ nodes
)
member localCoSys :
nodes : IReadOnlyList<Node> -> Vector3[]
Parameters
- nodes
- Type: System.Collections.GenericIReadOnlyListNode
starting and end-node of the element.
Return Value
Type:
Vector3rotated local coordinate system.
See Also