activeFolder |
Gets the active DataFolder as seen in the Fusion Data Panel. |
activeHub |
Gets the active DataHub. |
activeProject |
Gets and sets the active DataProject. This is the project currently displayed in the Fusion Data Panel. |
dataHubs |
Returns a collection of accessible hubs for the current user. A DataHub represents an A360 Team or Personal hub. |
dataProjects |
Gets the collection of DataProjects associated with the active Hub. |
isDataPanelVisible |
Gets and sets if the data panel is visible within Fusion. |
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(): |
personalUseLimits |
If the user is running with a "Fusion for Personal Use license", this property will return a peronalUseLimits object which provides information about file limits associated with the license. If the user is running with any other license type, this property will return null. |