draw_options#

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

Bases: TUIMenu

Contains additional options for displaying CAD entities.

Classes:

add_to_graphics(service, version, mode, path)

Adds the selected entities to the display in the graphics window.

draw_unlabelled_zones(service, version, ...)

Displays the unlabeled zones for the selected entities in the graphics window.

remove_from_graphics(service, version, mode, ...)

Removes the selected entities from the display in the graphics window.

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

Bases: TUIMethod

Adds the selected entities to the display in the graphics window.

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

Bases: TUIMethod

Displays the unlabeled zones for the selected entities in the graphics window.

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

Bases: TUIMethod

Removes the selected entities from the display in the graphics window.