Click or drag to resize

BuilderElementShellOrientation Constructor (IReadonlyMesh, ListVector3, ListVector3)

Initializes a new instance of the BuilderElementShellOrientation class. construct new orientations-reader for building shell elements.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public BuilderElementShellOrientation(
	IReadonlyMesh mesh,
	List<Vector3> xOrientations,
	List<Vector3> zOrientations
)

Parameters

mesh
Type: Karamba.GeometryIReadonlyMesh
mesh of the shell.
xOrientations
Type: System.Collections.GenericListVector3
list of x-orientations: for each mesh face, longest list principle applies.
zOrientations
Type: System.Collections.GenericListVector3
list of z-orientations: for each mesh face, longest list principle applies.
See Also