CADability dotNET
A face is a finite piece of a surface. It is bounded by a SimpleShape in the 2-dimensional u/v space of the surface. A face is also a IGeoObject. The bounding curves of a face are implemented as Edges. If a face is contained in a Model it doesnt share its edges with other faces. If a face is part of a Shell (which maybe a part of a Solid) it shares some or all of its edges with other faces.

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

Syntax

C#
[SerializableAttribute]
public class Face : IGeoObjectImpl, ISerializable, IColorDef, 
	IGetSubShapes, IDeserializationCallback
Visual Basic
<SerializableAttribute> _
Public Class Face _
	Inherits IGeoObjectImpl _
	Implements ISerializable, IColorDef, IGetSubShapes, IDeserializationCallback
Visual C++
[SerializableAttribute]
public ref class Face : public IGeoObjectImpl, 
	ISerializable, IColorDef, IGetSubShapes, IDeserializationCallback

Inheritance Hierarchy

System..::..Object
  CADability.GeoObject..::..IGeoObjectImpl
    CADability.GeoObject..::..Face

See Also