Click or drag to resize

IMeshAddFace Method (Int32, Int32, Int32, Int32)

Add a quad to mesh.

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

Parameters

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

Return Value

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