|
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)
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