cad_assemblies#
Bases:
TUIMenu
Menu for cad assemblies.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
add_prefix
(service, version, mode, path)Enables you to add a prefix to the selected entities.
add_to_object
(service, version, mode, path)Enables you to add the selected CAD entities to an existing object.
create_objects
(service, version, mode, path)Enables you to create new geometry/mesh objects for the selected entities.
delete_cad_assemblies
(service, version, ...)Deletes all the CAD assemblies data.
draw
(service, version, mode, path)Displays the selected CAD entities.
draw_options
(service, version, mode, path)Contains additional options for displaying CAD entities.
extract_edges_zones
(service, version, mode, path)Extract feature edges for CAD assemblies.
labels
(service, version, mode, path)Contains options for displaying and managing labels.
manage_state
(service, version, mode, path)Contains options for setting the CAD entity state.
rename
(service, version, mode, path)Enables you to rename the selected entities.
replace_object
(service, version, mode, path)Enables you to replace an object with the selected CAD entities.
update_cad_assemblies
(service, version, ...)Reimports the selected CAD entities using new parameters specified in the update-options/ menu.
update_options
(service, version, mode, path)Contains options for updating the CAD entities on reimport.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Enables you to add a prefix to the selected entities. Specify the path for the entities and the prefix to be added.
Bases:
TUIMethod
Enables you to add the selected CAD entities to an existing object. Specify the path for the entities to be added and select the object to be modified.
Bases:
TUIMethod
Enables you to create new geometry/mesh objects for the selected entities. Specify the path for the entities and if required, choose to create one object per CAD entity selected and/or retain the CAD zone granularity for object creation. By default, a single object will be created for all entities selected and the CAD zone granularity will not be retained. Specify the object name (if applicable), object type (geom or mesh), and cell zone type (dead, fluid, or solid).
Bases:
TUIMethod
Deletes all the CAD assemblies data.
Bases:
TUIMethod
Displays the selected CAD entities.
Bases:
TUIMethod
Extract feature edges for CAD assemblies.
Bases:
TUIMethod
Enables you to rename the selected entities. Specify the path for the entities and the new name. For multiple entities, the specified name will be used, with a suitable index as suffix. For example, specifying a new name wall will result in entities wall.1, wall.2, etc.
Bases:
TUIMethod
Enables you to replace an object with the selected CAD entities. Specify the path for the entities to be added and select the object to be modified.
Bases:
TUIMethod
Reimports the selected CAD entities using new parameters specified in the update-options/ menu.