| 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. |