update_definition#
- UserDefinedComponent.update_definition(password=None, output_file='', local_update=False)#
Update 3d component definition.
- Parameters:
- password
str,optional Password for encrypted models. The default value is
None.- output_file
str,optional New path containing the 3d component file. The default value is
"", which means that the 3d component file has not changed.- local_updatebool,
optional Whether to update the file only locally. Default is
False.
- password
- Returns:
- bool
True if successful.