CADability dotNET
Makes a Face from this surface with the given bounds in the parametric (u/v) space.

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

Syntax

C#
Face MakeFace(
	SimpleShape simpleShape
)
Visual Basic
Function MakeFace ( _
	simpleShape As SimpleShape _
) As Face
Visual C++
Face^ MakeFace(
	SimpleShape^ simpleShape
)

Parameters

simpleShape
Type: CADability.Shapes..::..SimpleShape
the bounds

Return Value

the created face or null

See Also