add_layout_component_definition# Modeler3D.add_layout_component_definition(file_path, name='')# Add a layout submodel definition to the design. Parameters: file_pathstrPath to the submodel definition file. namestr, optionalName to assign to the submodel definition. Default is an empty string. Returns: boolTrue if the submodel definition was added successfully, False otherwise.