Click or drag to resize

BuilderShell Constructor (IMesh)

Initializes a new instance of the BuilderShell class. create grass-shell from mesh.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public BuilderShell(
	IMesh mesh
)

Parameters

mesh
Type: Karamba.GeometryIMesh
mesh to be used for discretizing the shell into finite elements.
See Also