HermiteFace Properties

The HermiteFace type exposes the following members.

Properties

  NameDescription
Public propertyArea
The area of this face.
(Inherited from Face.)
Public propertyEdgeLoops
A collection of edge loops. Each edge loop represents one of the closed boundaries of the face.
(Inherited from 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).
(Inherited from Face.)
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.
(Inherited from Face.)
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).
(Inherited from Face.)
Public propertyMaterialElementId
The element ID of the material from which this face is composed.
(Inherited from Face.)
Public propertyMixedDerivs
Mixed derivatives of the surface.
Public propertyOrientationMatchesSurfaceOrientation
Returns true if this face's orientation matches the orientation of the face's surface, false if they have opposite orientations.
(Inherited from Face.)
Public propertyParams
Parameters of the surface.
Public propertyPeriod
The period of the underlying surface in the specified parametric direction.
(Inherited from Face.)
Public propertyPoints
Interpolation points of the surface.
Public propertyReference
Returns a stable reference to the face.
(Inherited from Face.)
Public propertyTangents
Tangents of the surface.
Public propertyVisibility
The visibility.
(Inherited from GeometryObject.)

See Also