MCPcopy Create free account

hub / github.com/STS-3D/fusion-parametric-component / functions

Functions39 in github.com/STS-3D/fusion-parametric-component

↓ 7 callersFunctionprint
redefine print function
Parametric-Component/commands/CreateComponents/entry.py:111
↓ 4 callersFunctioncreate_table
create initial table_input, values filled in once spreadsheet is selected
Parametric-Component/commands/CreateComponents/entry.py:296
↓ 3 callersFunctioncreate_table_json
selection: selected objects (component occurence, sketchTexts) create json dict that window tables will read values from
Parametric-Component/commands/CreateComponents/entry.py:310
↓ 3 callersFunctionfill_input_table
fill in table data
Parametric-Component/commands/CreateComponents/entry.py:431
↓ 3 callersFunctionfill_output_table
Add rows to output table table json, is the row data from the 3 input tables
Parametric-Component/commands/CreateComponents/entry.py:516
↓ 2 callersFunctionlog
Utility function to easily handle logging in your app. Arguments: message -- The message to log. level -- The logging severity level.
Parametric-Component/lib/fusion360utils/general_utils.py:27
↓ 2 callersFunctionupdate_output_json
updates output table get input_json table when config is dropdown value is changed called from input_change, and input table update
Parametric-Component/commands/CreateComponents/entry.py:385
↓ 1 callersFunction_create_handler
( handler_type, callback: Callable, event: adsk.core.Event, name: str = None,
Parametric-Component/lib/fusion360utils/event_utils.py:63
↓ 1 callersFunction_define_handler
(handler_type, callback, name: str = None)
Parametric-Component/lib/fusion360utils/event_utils.py:75
↓ 1 callersFunctionarange_comps
arange_components
Parametric-Component/commands/CreateComponents/entry.py:757
↓ 1 callersFunctionconfig_init
called when initial window opened
Parametric-Component/commands/CreateComponents/entry.py:101
↓ 1 callersFunctiondelete_components
make new components
Parametric-Component/commands/DeleteComponents/entry.py:114
↓ 1 callersFunctionexport_to_stl
(exportMgr, comp, file_name)
Parametric-Component/commands/CreateComponents/entry.py:146
↓ 1 callersFunctionhandle_error
Utility function to simplify error handling. Arguments: name -- A name used to label the error. show_message_box -- Indicates if the erro
Parametric-Component/lib/fusion360utils/general_utils.py:49
↓ 1 callersFunctionmake_components
make new components
Parametric-Component/commands/CreateComponents/entry.py:672
↓ 1 callersFunctionprint
redefine print function
Parametric-Component/commands/DeleteComponents/entry.py:41
↓ 1 callersFunctionsave_stls
save new components as stl
Parametric-Component/commands/CreateComponents/entry.py:833
↓ 1 callersFunctionselect_output_dir
seclect local save location for spreadsheet
Parametric-Component/commands/CreateComponents/entry.py:225
↓ 1 callersFunctionselect_spreadsheet
seclect local config spreadsheet
Parametric-Component/commands/CreateComponents/entry.py:240
Method__init__
(self)
Parametric-Component/lib/fusion360utils/event_utils.py:79
Functionadd_handler
Adds an event handler to the specified event. Arguments: event -- The event object you want to connect a handler to. callback -- The func
Parametric-Component/lib/fusion360utils/event_utils.py:23
Functionclear_handlers
Clears the global list of handlers.
Parametric-Component/lib/fusion360utils/event_utils.py:56
Functioncommand_created
(args: adsk.core.CommandCreatedEventArgs)
Parametric-Component/commands/DeleteComponents/entry.py:105
Functioncommand_created
(args: adsk.core.CommandCreatedEventArgs)
Parametric-Component/commands/CreateComponents/entry.py:159
Functioncommand_destroy
(args: adsk.core.CommandEventArgs)
Parametric-Component/commands/DeleteComponents/entry.py:148
Functioncommand_destroy
(args: adsk.core.CommandEventArgs)
Parametric-Component/commands/CreateComponents/entry.py:901
Functioncommand_execute
(args: adsk.core.CommandEventArgs)
Parametric-Component/commands/DeleteComponents/entry.py:139
Functioncommand_execute
(args: adsk.core.CommandEventArgs)
Parametric-Component/commands/CreateComponents/entry.py:853
Functioncommand_input_changed
(args: adsk.core.InputChangedEventArgs)
Parametric-Component/commands/DeleteComponents/entry.py:132
Functioncommand_input_changed
(args: adsk.core.InputChangedEventArgs)
Parametric-Component/commands/CreateComponents/entry.py:562
Methodnotify
(self, args)
Parametric-Component/lib/fusion360utils/event_utils.py:82
Functionrun
(context)
Parametric-Component/Parametric-Component.py:10
Functionstart
()
Parametric-Component/commands/__init__.py:19
Functionstart
()
Parametric-Component/commands/DeleteComponents/entry.py:47
Functionstart
()
Parametric-Component/commands/CreateComponents/entry.py:118
Functionstop
(context)
Parametric-Component/Parametric-Component.py:28
Functionstop
()
Parametric-Component/commands/__init__.py:26
Functionstop
()
Parametric-Component/commands/DeleteComponents/entry.py:77
Functionstop
()
Parametric-Component/commands/CreateComponents/entry.py:873