CADability dotNET
Sets the faces of a shell. The faces must all be connected to form a single shell, they may have free edges. This is not checked. This method does not accumulate the faces.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void SetFaces(
	Face[] faces
)
Visual Basic
Public Sub SetFaces ( _
	faces As Face() _
)
Visual C++
public:
void SetFaces(
	array<Face^>^ faces
)

Parameters

faces
Type: array<CADability.GeoObject..::..Face>[]()[][]
The new faces that build the shell

See Also