assemblyContext |
This property is not supported for a PathEntity object. |
curve |
Property that returns the geometry of the entity. This is different from the original path curve if the true start point is not the same as the start point of the original path curve. |
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. |
entity |
Property that gets the sketch curve or edge this entity was derived from. |
isOpposedToEntity |
Indicates if the orientation of this PathEntity is in the same direction or opposed to the natural direction of the SketchCurve or BRepEdge object it is derived from. |
isValid |
Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference. |
nativeObject |
This property is not supported for a PathEntity object. |
objectType |
This property is supported by all objects in the API and returns a string that contains the full name (namespace::objecttype) describing the type of the object.
It's often useful to use this in combination with the classType method to see if an object is a certain type. For example: if obj.objectType == adsk.core.Point3D.classType(): |
parentPath |
Property that returns the parent Path of the entity. |