Click or drag to resize

Mesh3 Constructor (Int32, Int32)

Create mesh with an estimated number of vertices and faces

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Mesh3(
	int nVertices,
	int nFaces
)

Parameters

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