Click or drag to resize

Mesh3AddFace Method (Int32, Int32, Int32, Int32)

Add two triangles.

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

Parameters

v1
Type: SystemInt32

[Missing <param name="v1"/> documentation for "M:Karamba.Geometry.Mesh3.AddFace(System.Int32,System.Int32,System.Int32,System.Int32)"]

v2
Type: SystemInt32

[Missing <param name="v2"/> documentation for "M:Karamba.Geometry.Mesh3.AddFace(System.Int32,System.Int32,System.Int32,System.Int32)"]

v3
Type: SystemInt32

[Missing <param name="v3"/> documentation for "M:Karamba.Geometry.Mesh3.AddFace(System.Int32,System.Int32,System.Int32,System.Int32)"]

v4
Type: SystemInt32

[Missing <param name="v4"/> documentation for "M:Karamba.Geometry.Mesh3.AddFace(System.Int32,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Karamba.Geometry.Mesh3.AddFace(System.Int32,System.Int32,System.Int32,System.Int32)"]

Implements

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