Click or drag to resize

BuilderElementStraightLineOrientation Constructor (ListVector3, ListVector3, ListVector3, ListDouble)

build new reader for straight-line element orientations

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public BuilderElementStraightLineOrientation(
	List<Vector3> xOrientations = null,
	List<Vector3> yOrientations = null,
	List<Vector3> zOrientations = null,
	List<double> alphas = null
)

Parameters

xOrientations (Optional)
Type: System.Collections.GenericListVector3
list of x-orientations
yOrientations (Optional)
Type: System.Collections.GenericListVector3
list of y-orientations
zOrientations (Optional)
Type: System.Collections.GenericListVector3
list of z-orientations
alphas (Optional)
Type: System.Collections.GenericListDouble
list of additional rotation angles about the local x-axis
See Also