|
ModelElementStraightLinelocalCoSys Method (IReadOnlyListNode, Double)
|
create local coordinate system and rotate it about longitudinal axis by an angle alpha
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected Vector3[] localCoSys(
IReadOnlyList<Node> nodes,
double alpha
)
Protected Function localCoSys (
nodes As IReadOnlyList(Of Node),
alpha As Double
) As Vector3()
protected:
array<Vector3>^ localCoSys(
IReadOnlyList<Node^>^ nodes,
double alpha
)
member localCoSys :
nodes : IReadOnlyList<Node> *
alpha : float -> Vector3[]
Parameters
- nodes
- Type: System.Collections.GenericIReadOnlyListNode
starting and end-node of the element - alpha
- Type: SystemDouble
angle of rotation about longitudinal element axis
Return Value
Type:
Vector3array of vectors with local coordinate axes
See Also