Share

PresentationBody Object


Description

PresentationBody 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 body.
Faces Read-only property that returns all the PresentationFace objects contained within the presentation body.
Name Read-only property that gets the presentation body name.
Parent Gets the parent object from whom this object can logically be reached.
RangeBox Read-only property that returns the range box that represents the bounds of the presentation body.
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 body.

Accessed From

PresentationBodiesEnumerator.Item, PresentationEdge.Parent, PresentationFace.Parent, PresentationFace.PresentationBody, PresentationVertex.Parent

Version

Introduced in version 2018

Was this information helpful?