Share

PresentationEdge Object


Description

PresentationEdge Object.

Methods

Name Description
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.
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.
Evaluator Read-only property that returns the CurveEvaluator for this presentation edge.
Faces Read-only property that returns the PresentationFace objects that are adjacent to this edge.
Geometry Read-only property that returns the underlying geometry of the edge (e.g. Arc2D, Circle, Cone etc.).
GeometryForm Read-only property that returns the form of the underlying geometry as a combination of one or more CurveGeometryFormEnum values.
GeometryType Read-only property that returns the curve type of the curve that will be returned from the Geometry property.
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 edge.
Parent Gets the parent object from whom this object can logically be reached.
PointOnEdge Read-only property that returns a characteristic somewhere in the middle of the edge.
StartVertex Read-only property that returns the PresentationVertex object referenced at the start of this presentation edge.
StopVertex Read-only property that returns the PresentationVertex object referenced at the end of this presentation edge.
Type Gets the constant that indicates the type of this object.

Accessed From

PresentationEdgesEnumerator.Item

Version

Introduced in version 2018

Was this information helpful?