Share

PresentationFace Object


Description

PresentationFace Object.

Methods

Name Description
CalculateFacets Obtain the facetted representation for the given chord-height tolerance. If stored facets available for this tolerance, then those are returned.
CalculateFacetsAndTextureMap Obtain the facetted representation for the given chord-height tolerance. If stored facets available for this tolerance, then those are returned.
CalculateFacetsWithOptions Method that creates a new set of facets within the specified conditions.
CalculateStrokes Obtain the stroked or polygonal representation for the given chord-height tolerance. Client to deallocate pointers with CoTaskMemFree.
CalculateStrokesWithOptions Method that creates a new set of strokes within the specified conditions.
GetExistingFacets Obtain the facetted representation for the given chord-height tolerance as. Fails if the tolerance supplied is not pre-existing.
GetExistingFacetsAndTextureMap Obtain the facetted representation for the given chord-height tolerance as. Fails if the tolerance supplied is not pre-existing.
GetExistingFacetTolerances Obtain the set of chord-height tolerances for which this object already stores facets.
GetExistingStrokes Obtain the stroked or polygonal representation for the given chord-height tolerance. Fails if the tolerance supplied is not pre-existing.
GetExistingStrokeTolerances Obtain the set of chord-height tolerances for which this object already stores strokes.

Properties

Name Description
Application Gets the root Application object. Where the property is weakly-typed, it can be set to (QueryInterfaced for) 'Application' when running with Inventor whereas, 'ApprenticeServer' when running with the Apprentice Server.
Edges Read-only property that returns all the PresentationEdge objects contained within the presentation face.
Evaluator Read-only property that returns the SurfaceEvaluator for this presentation face.
Geometry Read-only property that returns the underlying geometry of the face.
GeometryForm Read-only property that returns the form of the underlying geometry as a combination of one or more CurveGeometryFormEnum values.
IsParamReversed Read-only property that gets whether the parameterization of the geometry obtained from the Geometry property is aligned or opposed to the topological sense of this face.
Parent Gets the parent object from whom this object can logically be reached.
PointOnFace Read-only property that returns a characteristic somewhere on the interior of the face.
PresentationBody Read-only property that returns the presentation body that this face is associative with.
Type Gets the constant that indicates the type of this object.
Vertices Read-only property that returns all the PresentationVertex objects contained within the presentation face.

Accessed From

PresentationFacesEnumerator.Item

Version

Introduced in version 2018

Was this information helpful?