update_definition#

UserDefinedComponent.update_definition(password=None, output_file='', local_update=False)[source]#

Update 3d component definition.

Parameters:
passwordstr, optional

Password for encrypted models. The default value is None.

output_filestr, 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.

Returns:
bool

True if successful.