CADability dotNET
Returns the twodimensional shape of the outline of this face in the parametric (u/v) space of the surface.

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

Syntax

C#
public SimpleShape Area { get; }
Visual Basic
Public ReadOnly Property Area As SimpleShape
	Get
Visual C++
public:
property SimpleShape^ Area {
	SimpleShape^ get ();
}

See Also