Click or drag to resize

Mesh Constructor (Mesh)

Initializes a new instance of the Mesh class. Creates a mesh based on a feb.mesh.

Namespace:  Karamba.Utilities.KMesh
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Mesh(
	Mesh in_mesh
)

Parameters

in_mesh
Type: Mesh
feb-Mesh to be cloned.
See Also