BuilderElementStraightLineOrientation(ListVector3, ListVector3, ListVector3, ListDouble) Constructor

Initializes a new instance of the BuilderElementStraightLineOrientation class. build new reader for straight-line element orientations.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public BuilderElementStraightLineOrientation(
	List<Vector3> xOrientations = null,
	List<Vector3> yOrientations = null,
	List<Vector3> zOrientations = null,
	List<double> alphas = null
)

Parameters

xOrientations  ListVector3  (Optional)
list of x-orientations.
yOrientations  ListVector3  (Optional)
list of y-orientations.
zOrientations  ListVector3  (Optional)
list of z-orientations.
alphas  ListDouble  (Optional)
list of additional rotation angles about the local x-axis.

See Also