Click or drag to resize

Face Constructor (Int32, Int32, Int32)

create a new mesh face

Namespace:  Karamba.Utilities.KMesh
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Face(
	int a,
	int b,
	int c
)

Parameters

a
Type: SystemInt32

[Missing <param name="a"/> documentation for "M:Karamba.Utilities.KMesh.Face.#ctor(System.Int32,System.Int32,System.Int32)"]

b
Type: SystemInt32

[Missing <param name="b"/> documentation for "M:Karamba.Utilities.KMesh.Face.#ctor(System.Int32,System.Int32,System.Int32)"]

c
Type: SystemInt32

[Missing <param name="c"/> documentation for "M:Karamba.Utilities.KMesh.Face.#ctor(System.Int32,System.Int32,System.Int32)"]

See Also