Click or drag to resize

Mesh2 Constructor (Int32, Int32)

Initializes a new instance of the Mesh2 class. Create mesh with an estimated number of vertices and faces.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Mesh2(
	int nVertices = 0,
	int nFaces = 0
)

Parameters

nVertices (Optional)
Type: SystemInt32
estimated number of vertices.
nFaces (Optional)
Type: SystemInt32
estimated number of faces.
See Also