Click or drag to resize

Mesh3 Constructor (Int32, Int32)

Initializes a new instance of the Mesh3 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 Mesh3(
	int nVertices,
	int nFaces
)

Parameters

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