assemblyContext |
Returns the assembly occurrence (i.e. the occurrence) of this object in an assembly. This is only valid in the case where this is acting as a proxy in an assembly. Returns null in the case where the object is not in the context of an assembly but is already the native object. |
boundingBox |
Returns the bounding box of the profile curve in sketch space. |
geometry |
Returns the geometric entity of this portion of the profile. |
geometryType |
Return the geometry type that the Geometry property will return. |
isValid |
Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference. |
nativeObject |
The NativeObject is the object outside the context of an assembly and in the context of it's parent component. Returns null in the case where this object is not in the context of an assembly but is already the native 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(): |
parentProfile |
Returns the parent Profile object. |
parentProfileLoop |
Returns the parent ProfileLoop object. |
parentSketch |
Returns the parent Profile object. |
sketchEntity |
Returns the associated sketch entity that defines this curve. |