Share

PathEntity Object


Description

The PathEntity object represents a curve within a path.

Methods

Name Description
GetReferenceKey Method that generates and returns the reference key for this entity.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
Curve Property that returns the geometry of the entity. The geometry is returned such that the entities are connected in a head-to-tail fashion.
CurveType Property that returns the type of the curve referenced by the path entity. This property allows you to determine what type of object will be returned by the Curve property.
OpposedToSketchEntity Property that returns a Boolean indicating if the parametric flow of the path entity is in the same direction as the sketch entity it was derived from.
Parent Property that returns the parent Path of the entity.
SketchEntity Property that gets the sketch entity (2D or 3D) this entity was derived from.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

Path.Item, PathEntityProxy.NativeObject, PathProxy.Item

Derived Classes

PathEntityProxy

Version

Introduced in version 6

Was this information helpful?