The Face type exposes the following members.

Methods

  NameDescription
Public methodComputeDerivatives
Returns the first partial derivatives of the underlying surface at the specified point.
Public methodComputeNormal
Returns the normal vector for the face at the given point.
Public methodComputeSecondDerivatives
Returns the second partial derivatives of the face at the specified point.
Public methodDispose
Causes the object to release immediately any resources it may be utilizing.
(Inherited from APIObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from GeometryObject.)
Public methodEvaluate
Evaluates and returns the XYZ coordinates of a point at the indicated UV parameterization of the face.
Public methodGetBoundingBox
Returns the UV bounding box of the face.
Public methodGetEdgesAsCurveLoops
Returns a list of closed curve loops that correspond to the edge loops of the face. Curves in each curve loop correspond to individual edges.
Public methodGetHashCode
Gets the integer value of the geometry object as hash code
(Inherited from GeometryObject.)
Public methodGetRegions
Gets the face regions (created, for example, by the Split Face command) of the face.
Public methodGetSurface
Returns a copy of this face's surface.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersect(Curve)
Calculates the intersection of the specified curve with this face.
Public methodIntersect(Face)
Calculates the intersection of the specified face with this face and returns the intersection results.
Public methodIntersect(Curve, IntersectionResultArray%)
Calculates the intersection of the specified curve with this face and returns the intersection results.
Public methodIntersect(Face, Curve%)
Calculates the intersection of the specified face with this face and returns the intersection results.
Public methodIsInside(UV)
Indicates whether the specified point is within this face.
Public methodIsInside(UV, IntersectionResult%)
Indicates whether the specified point is within this face and outputs additional information about the point location.
Public methodProject
Projects the specified point on the face.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTriangulate()()()()
Returns a triangular mesh approximation to the face.
Public methodTriangulate(Double)
Returns a triangular mesh approximation to the face.

Properties

  NameDescription
Public propertyArea
The area of this face.
Public propertyEdgeLoops
A collection of edge loops. Each edge loop represents one of the closed boundaries of the face.
Public propertyGraphicsStyleId
The ElementId of the GeometryObject's GraphicsStyle
(Inherited from GeometryObject.)
Public propertyHasRegions
Identifies if the face contains regions (which can be created, for example, by the Split Face command).
Public propertyId
A unique integer identifying the GeometryObject in its associated non view-specific GeometryElement.
(Inherited from GeometryObject.)
Public propertyIsCyclic
Indicates whether the underlying surface is periodic in the specified parametric direction.
Public propertyIsElementGeometry
Indicates whether this geometry is obtained directly from an Element.
(Inherited from GeometryObject.)
Public propertyIsReadOnly
Identifies if the object is read-only or modifiable.
(Inherited from APIObject.)
Public propertyIsTwoSided
Determines if a face is two-sided (degenerate).
Public propertyMaterialElementId
The element ID of the material from which this face is composed.
Public propertyOrientationMatchesSurfaceOrientation
Returns true if this face's orientation matches the orientation of the face's surface, false if they have opposite orientations.
Public propertyPeriod
The period of the underlying surface in the specified parametric direction.
Public propertyReference
Returns a stable reference to the face.
Public propertyVisibility
The visibility.
(Inherited from GeometryObject.)

See Also