| isAllObjectsVisible |
Sets if all objects are visible or hidden. When setting this property it will set the value of all other properties of this object to true or false. When getting this property, if it is true, then all other properties are true. If false, one or more other properties are false. |
| isJointOriginAxesVisible |
Gets and sets if the axes lines shown in the glyphs for joint origins in all components, local or referenced by this design, are visible in the graphics window. |
| isJointOriginsVisible |
Gets and sets if the glyphs for joint origins in all components, local or referenced by this design, are visible in the graphics window. |
| isJointsVisible |
Gets and sets if the glyphs for joints in all components, local or referenced by this design, are visible. |
| isOriginAxesVisible |
Gets and sets if the origin construction axes of all components, local or referenced by this design, are visible in the graphics window. |
| isOriginPlanesVisible |
Gets and sets if the origin construction planes of all components, local or referenced by this design, are visible in the graphics window. |
| isOriginPointsVisible |
Gets and sets if the origin construction points of all components, local or referenced by this design, are visible in the graphics window. |
| isSketchesVisible |
Gets and sets if the sketches in all components, local or referenced by this design, are visible in the graphics window. |
| isUserWorkAxesVisible |
Gets and sets if the user created construction axes of all components, local or referenced by this design, are visible in the graphics window. |
| isUserWorkPlanesVisible |
Gets and sets if the user created construction planes of all components, local or referenced by this design, are visible in the graphics window. |
| isUserWorkPointsVisible |
Gets and sets if the user created construction points of all components, local or referenced by this design, are visible in the graphics window. |
| isValid |
Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference. |
| 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(): |