Creates a new face instance.

Namespace:  ceometric.XML
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public Face(
	Vertex v1,
	Vertex v2,
	Vertex v3,
	Vertex v4
)
Visual Basic (Declaration)
Public Sub New ( _
	v1 As Vertex, _
	v2 As Vertex, _
	v3 As Vertex, _
	v4 As Vertex _
)
Visual C++
public:
Face(
	Vertex^ v1, 
	Vertex^ v2, 
	Vertex^ v3, 
	Vertex^ v4
)

Parameters

v1
Type: ceometric.XML..::.Vertex
The first vertex of the face.
v2
Type: ceometric.XML..::.Vertex
The second vertex of the face.
v3
Type: ceometric.XML..::.Vertex
The third vertex of the face.
v4
Type: ceometric.XML..::.Vertex
The fourth vertex of the face.

See Also