Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/STS-3D/fusion-parametric-component
/ functions
Functions
39 in github.com/STS-3D/fusion-parametric-component
⨍
Functions
39
◇
Types & classes
1
↓ 7 callers
Function
print
redefine print function
Parametric-Component/commands/CreateComponents/entry.py:111
↓ 4 callers
Function
create_table
create initial table_input, values filled in once spreadsheet is selected
Parametric-Component/commands/CreateComponents/entry.py:296
↓ 3 callers
Function
create_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 callers
Function
fill_input_table
fill in table data
Parametric-Component/commands/CreateComponents/entry.py:431
↓ 3 callers
Function
fill_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 callers
Function
log
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 callers
Function
update_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 callers
Function
_create_handler
( handler_type, callback: Callable, event: adsk.core.Event, name: str = None,
Parametric-Component/lib/fusion360utils/event_utils.py:63
↓ 1 callers
Function
_define_handler
(handler_type, callback, name: str = None)
Parametric-Component/lib/fusion360utils/event_utils.py:75
↓ 1 callers
Function
arange_comps
arange_components
Parametric-Component/commands/CreateComponents/entry.py:757
↓ 1 callers
Function
config_init
called when initial window opened
Parametric-Component/commands/CreateComponents/entry.py:101
↓ 1 callers
Function
delete_components
make new components
Parametric-Component/commands/DeleteComponents/entry.py:114
↓ 1 callers
Function
export_to_stl
(exportMgr, comp, file_name)
Parametric-Component/commands/CreateComponents/entry.py:146
↓ 1 callers
Function
handle_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 callers
Function
make_components
make new components
Parametric-Component/commands/CreateComponents/entry.py:672
↓ 1 callers
Function
print
redefine print function
Parametric-Component/commands/DeleteComponents/entry.py:41
↓ 1 callers
Function
save_stls
save new components as stl
Parametric-Component/commands/CreateComponents/entry.py:833
↓ 1 callers
Function
select_output_dir
seclect local save location for spreadsheet
Parametric-Component/commands/CreateComponents/entry.py:225
↓ 1 callers
Function
select_spreadsheet
seclect local config spreadsheet
Parametric-Component/commands/CreateComponents/entry.py:240
Method
__init__
(self)
Parametric-Component/lib/fusion360utils/event_utils.py:79
Function
add_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
Function
clear_handlers
Clears the global list of handlers.
Parametric-Component/lib/fusion360utils/event_utils.py:56
Function
command_created
(args: adsk.core.CommandCreatedEventArgs)
Parametric-Component/commands/DeleteComponents/entry.py:105
Function
command_created
(args: adsk.core.CommandCreatedEventArgs)
Parametric-Component/commands/CreateComponents/entry.py:159
Function
command_destroy
(args: adsk.core.CommandEventArgs)
Parametric-Component/commands/DeleteComponents/entry.py:148
Function
command_destroy
(args: adsk.core.CommandEventArgs)
Parametric-Component/commands/CreateComponents/entry.py:901
Function
command_execute
(args: adsk.core.CommandEventArgs)
Parametric-Component/commands/DeleteComponents/entry.py:139
Function
command_execute
(args: adsk.core.CommandEventArgs)
Parametric-Component/commands/CreateComponents/entry.py:853
Function
command_input_changed
(args: adsk.core.InputChangedEventArgs)
Parametric-Component/commands/DeleteComponents/entry.py:132
Function
command_input_changed
(args: adsk.core.InputChangedEventArgs)
Parametric-Component/commands/CreateComponents/entry.py:562
Method
notify
(self, args)
Parametric-Component/lib/fusion360utils/event_utils.py:82
Function
run
(context)
Parametric-Component/Parametric-Component.py:10
Function
start
()
Parametric-Component/commands/__init__.py:19
Function
start
()
Parametric-Component/commands/DeleteComponents/entry.py:47
Function
start
()
Parametric-Component/commands/CreateComponents/entry.py:118
Function
stop
(context)
Parametric-Component/Parametric-Component.py:28
Function
stop
()
Parametric-Component/commands/__init__.py:26
Function
stop
()
Parametric-Component/commands/DeleteComponents/entry.py:77
Function
stop
()
Parametric-Component/commands/CreateComponents/entry.py:873