Click or drag to resize

IMeshAddFace Method (Face3)

Add triangle to mesh.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool AddFace(
	Face3 face
)

Parameters

face
Type: Karamba.GeometryFace3
Triangle.

Return Value

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