Reference¶
Wrapper¶
Entry point to create all your elements that will appear in the user interface. |
|
Wraps around Fusions Workspace object. |
|
Wraps around Fusions Tab object. |
|
Wraps around the Panel object. |
|
Wraps around Fusions Dropdown object. |
|
Wraps around Fusions CommandControl object. |
|
Wraps around Fusions CommandDefinition object and its ControlDefintion attribute. |
|
Wraps around Fusions CommandDefinition object and its ControlDefintion attribute. |
Utilities¶
Sets up a logger instance with the provided settings. |
|
Logging handler utilizing Fusions text command pallete. |
|
A Enum subclass which values are of type <name>_input_type. |
|
Extracts the command values from the given CommandInputs collections and maps them to the id of their command. |
|
Collection allowing simplified access to frequtnly used API objects. |
|
Creates a new component. |
|
Deletes a component by deleting all its occurrences in the design. |
|
Disables the visibility of all occurrences of the passed component. |
|
Safely clears a collection. |
|
Returns all objects of a collections whose attribute with the given name have the given value. |
|
Searches the data hub for a data folder at the given “fusion path”. |
|
Searches the data hub for a document folder at the given “fusion path”. |
|
Returns the viewExtents parameter so the given model measure fits exactly into the viewport. |
|
Returns theviewExtens parameter so that a rectangle ith the given design measures will fit into the viewport. |
|
Returns a camera which is condifured so that the vieport certainly displays the area defioned by the horizonal and vertical extent parameters. |
|
Creates a camera which is oriented in the same way as a click on a edge or corner of the viewcube would do. |
|
Adjusts the cameras viewWxtents by zooming. |
|
Dumps the ids of the fusion user interface element to a hierachical dict. |
|
Gets the appearance with the passed name from the Fusion 360 Appearance Library. |
|
Converts a bounding box into an oriented bounding box. |
|
Deletes all custom grpahics in the design. |
|
Creates a simple cube using the TemporaryBRepManager. |
|
Gets the json loaded attributes of a object. |
|
Simple utility which can be used to declarative create a new progress dialog. |
|
Gets the json decoded data from the file if the file exists and creates the file if its not exists. |
|
Convert an integer into its ordinal representation. |
|
This constructor should always be called with keyword arguments. |
|
Creates an executer which executes the passed action periodically. |
|
Creates and registers a custom event. |
|
Utility function which allows you to execute the passed Callable from witihn a custom event. |
|
Utility decorator which allows you to execute the passed Callable from witihn a custom event. |