Click or drag to resize

BuilderElementShellOrientation Constructor (IReadonlyMesh, ListVector3, ListVector3)

construct new orientations-reader for building shell elements

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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