cad_assemblies#

class ansys.fluent.core.meshing.tui_241.main_menu.cad_assemblies(service, version, mode, path)#

Bases: TUIMenu

Menu for cad assemblies.

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.

class add_prefix(service, version, mode, path)#

Bases: TUIMethod

Enables you to add a prefix to the selected entities. Specify the path for the entities and the prefix to be added.

class add_to_object(service, version, mode, path)#

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.

class create_objects(service, version, mode, path)#

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).

class delete_cad_assemblies(service, version, mode, path)#

Bases: TUIMethod

Deletes all the CAD assemblies data.

class draw(service, version, mode, path)#

Bases: TUIMethod

Displays the selected CAD entities.

class extract_edges_zones(service, version, mode, path)#

Bases: TUIMethod

Extract feature edges for CAD assemblies.

class rename(service, version, mode, path)#

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.

class replace_object(service, version, mode, path)#

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.

class update_cad_assemblies(service, version, mode, path)#

Bases: TUIMethod

Reimports the selected CAD entities using new parameters specified in the update-options/ menu.