Solid Edge Geometry Type Library
Face Object Members
Overview 
Public Methods
Public Method GetBendCenterLineAttributesReturns the bend center line attributes, if any.
Public Method GetBendCenterLineAttributesExReturns the bend center line attributes, if any.
Public Method GetCurvaturesComputes the minimum and maximum curvatures of the surface at a given parametric point on the surface.
Public Method GetDerivativesEvaluates the derivatives of the referenced curve at the points given by an array of parameters on the curve.
Public Method GetExactRangeReturns the exact range for the referenced object.
Public Method GetFacetDataReturns the number of facets and the number of points on the facets for the referenced object. If Tolerance <= 0, then data is returned from the geometry cache, and not from Parasolid.
Public Method GetNormalGiven an array of parametric points, returns normal unit vectors.
Public Method GetParamAnomalyReturns information that indicates any parametric spaces with periodicity that might exist on a referenced edge.
Public Method GetParamAtPointComputes the parameter on the curve that corresponds to a given array of world space points in the coordinate system lying near the curve.
Public Method GetParamOnFaceDetermines whether specified parameter lies within the trimmed region defined by the boundaries on the surface.
Public Method GetParamRangeReturns the parametric extents in the U, V space of the surface within which all its boundaries lie.
Public Method GetPointAtParamComputes the corresponding model space points in the local coordinate system, given an array of parameters on the curve.
Public Method GetRangeReturns the minimum and maximum points of the range for the referenced object.
Public Method GetReferenceKeyReturns a reference key for the referenced object.
Public Method GetTangentsComputes the two unit-vector tangents, given an array of parametric points on the surface.
Public Properties
Public Property ApplicationReturns the active application object.
Public Property AreaReturns the area of the referenced object.
Public Property BodyReturns the Body object for the referenced object.
Public Property ContinuityReturns the continuity of the referenced object.
Public Property EdgesReturns a collection of edges of a specified type that belong to a model, a feature, or a topology collection of faces.
Public Property FacetCountReturns the number of facets on the referenced object.
Public Property GeometryReturns a 3-D geometry object whose properties and methods can extend to the topology collection.
Public Property GeometryFormSpecifies the geometry form of the referenced object.
Public Property IDReturns the Parasolid ID of the Face.
Public Property IsParamReversedReturns a Boolean value to specify whether or not the inherent direction of the referenced object is opposed to the flow dicated by the parameterization of the underlying geometry.
Public Property LoopsReturns the Loops object collection for the referenced object.
Public Property ParentReturns the parent object for the referenced object.
Public Property ShellReturns the Shell object for the referenced object.
Public Property StyleFor collection objects, Body objects, RefPlane objects, Sketch objects, CoordinateSystem objects, CommandBarButton objects, SmartFrame2d objects, View objects, and TextCharStyle objects, Style is read-write. For all other objects, Style is read-only.
Public Property TagReturns the Tag of the Face.
Public Property TypeReturns a member of the GNTTypePropertyConstants set to indicate the type of the referenced object.
Public Property UpdatesCounterReturns the number of times the referenced object has been modified.
Public Property VerticesReturns the Vertices object collection.
See Also

Face Object