CADability dotNET

The Face type exposes the following members.

Properties

  NameDescription
Public propertyAllEdges
Returns all edges that surround this face (also the holes in this face)
Public propertyArea
Returns the twodimensional shape of the outline of this face in the parametric (u/v) space of the surface.
Public propertyColorDef
Public propertyDescription (Overrides IGeoObjectImpl..::..Description.)
Public propertyHoleCount
Gets the number of holes in this face.
Public propertyOrientedOutward
Returns the orientation of this face. this is only meaningful if this face is part of a closed shell which defines a solid. If true, the normal vector of the surface of this face points outward of the solid, if false it points into the inside.
Public propertyOutlineEdges
Gets all edges that represent the outline of this face (not the holes). The order of the edges is counterclockwise when you look at the face from the outside.
Public propertyOwnedItems (Overrides IGeoObjectImpl..::..OwnedItems.)
Public propertyPreferredStyle (Overrides IGeoObjectImpl..::..PreferredStyle.)
Public propertySurface
Returns the geometrical surface on which this face resides.
Public propertyVertices

See Also