BuilderElementOrientation(ListExtendedListVector3, ListDouble) Constructor

Initializes a new instance of the BuilderElementOrientation class. initialize element orientations for building elements.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public BuilderElementOrientation(
	List<ExtendedList<Vector3>> ori = null,
	List<double> alphas = null
)

Parameters

ori  ListExtendedListVector3  (Optional)
vectors for orienting the local coordinate system of the element.
alphas  ListDouble  (Optional)
rotations angles in addition to the orientations given in ori.

See Also