Click or drag to resize

IMesh2AddFace Method

Adds a triangle to mesh.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
bool AddFace(
	int v1,
	int v2,
	int v3
)

Parameters

v1
Type: SystemInt32
Vertex 1.
v2
Type: SystemInt32
Vertex 2.
v3
Type: SystemInt32
Vertex 3.

Return Value

Type: Boolean
True if the triangle was added successfully to the mesh, false otherwise.
See Also