auto_options#
Bases:
TUIMenu
Enters the auto-options menu. This menu is only available when the define/mesh-interfaces/one-to-one-pairing? text command is enabled.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
keep_empty_interface
(service, version, mode, ...)naming_option
(service, version, mode, path)Specifies whether the name of each new one-to-one mesh interface (as well as existing mesh interfaces, if you so desire) has no additional suffix, or a suffix that includes the names of the associated boundary zones, the IDs of the associated boundary zones, or the names of the adjacent cell zones.
Specifies whether the one-to-one mesh interfaces are only created between different cell zones.
proximity_tolerance
(service, version, mode, path)Sets the tolerance used as part of the automatic grouping of zones to create mesh interfaces when the define/mesh-interfaces/one-to-one-pairing? text command is disabled.
set_default_name_prefix
(service, version, ...)Specifies the default interface name prefix used for one-to-one mesh interfaces.
set_minimum_area_percentage
(service, ...)set_one_to_one_pairing_tolerance
(service, ...)Enables/disables the use of adjustable tolerances to determine which of the selected boundary zones can be paired up to make the mesh interfaces, in order to account for gaps, thin layers, and/or complex geometries.
__init__ method of TUIMenu class.
Bases:
TUIMethod
.
Bases:
TUIMethod
Specifies whether the name of each new one-to-one mesh interface (as well as existing mesh interfaces, if you so desire) has no additional suffix, or a suffix that includes the names of the associated boundary zones, the IDs of the associated boundary zones, or the names of the adjacent cell zones.
Bases:
TUIMethod
Specifies whether the one-to-one mesh interfaces are only created between different cell zones.
Bases:
TUIMethod
.
Bases:
TUIMethod
Sets the tolerance used as part of the automatic grouping of zones to create mesh interfaces when the define/mesh-interfaces/one-to-one-pairing? text command is disabled. The proximity tolerance is defined relative to the edge lengths in the interface zones, and can range from 0 to 1 (representing the minimum and maximum edge lengths, respectively).
Bases:
TUIMethod
Specifies the default interface name prefix used for one-to-one mesh interfaces.
Bases:
TUIMethod
.
Bases:
TUIMethod
Enables/disables the use of adjustable tolerances to determine which of the selected boundary zones can be paired up to make the mesh interfaces, in order to account for gaps, thin layers, and/or complex geometries.