Click or drag to resize

Mesh3AddFace Method (Int32, Int32, Int32, Int32)

Add a quad face to the mesh.

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

Parameters

v1
Type: SystemInt32
Index of first vertex.
v2
Type: SystemInt32
Index of second vertex.
v3
Type: SystemInt32
Index of third vertex.
v4
Type: SystemInt32
Index of fourth vertex.

Return Value

Type: Boolean
True if successful.

Implements

IMeshAddFace(Int32, Int32, Int32, Int32)
See Also