Click or drag to resize

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)
Syntax
protected Vector3[] localCoSys(
	IReadOnlyList<Node> nodes,
	double alpha
)

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: Vector3
array of vectors with local coordinate axes
See Also