mesh_sizing#
Bases:
TUIMenu
Enters the mesh sizing menu, which allows you to define the cell sizes.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
add_surface_sizing
(service, version, mode, path)Add a size function definition.
boundary_cell_size
(service, version, mode, path)Sets the default cell size for the geometry.
boundary_layers
(service, version, mode, path)Set the minimum number of constant-size cells adjacent to the geometry.
buffer_layers
(service, version, mode, path)Set the number of buffer layers.
change_surface_sizing
(service, version, ...)Change a size function definition.
clear_all_surface_sizings
(service, version, ...)Delete all size function definitions.
delete_surface_sizing
(service, version, ...)Delete a size function definition.
feature_angle_refinement
(service, version, ...)Defines the angular threshold and number of refinement levels for features.
list_surface_sizings
(service, version, mode, ...)List all size function definitions.
max_cell_size
(service, version, mode, path)Sets the maximum cell size in the octree mesh.
mesh_coarsening_exponent
(service, version, ...)Set the exponent (power of two) for mesh coarsening.
smooth_mesh_coarsening
(service, version, ...)Enable smoothing of the transitions between regions of different mesh sizes.
surface_coarsening_layers
(service, version, ...)Set the minimum number of constant-size cells adjacent to the geometry.
surface_transition_layers
(service, version, ...)Set the minimum number of constant-size cells adjacent to the geometry layer.
volume_transition_exponent
(service, version, ...)Set the exponent (power of two) for the mesh coarsening transition.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Add a size function definition.
Bases:
TUIMethod
Sets the default cell size for the geometry.
Bases:
TUIMethod
Set the minimum number of constant-size cells adjacent to the geometry.
Bases:
TUIMethod
Set the number of buffer layers.
Bases:
TUIMethod
Change a size function definition.
Bases:
TUIMethod
Delete all size function definitions.
Bases:
TUIMethod
Delete a size function definition.
Bases:
TUIMethod
Defines the angular threshold and number of refinement levels for features. This text command is only available when the Boundary Projection treatment is selected through the /mesh/rapid-octree/boundary-treatment text command.
Bases:
TUIMethod
List all size function definitions.
Bases:
TUIMethod
Sets the maximum cell size in the octree mesh.
Bases:
TUIMethod
Set the exponent (power of two) for mesh coarsening. Higher values will lead to a slower transiton from fine to coarse cells.
Bases:
TUIMethod
Enable smoothing of the transitions between regions of different mesh sizes.
Bases:
TUIMethod
Set the minimum number of constant-size cells adjacent to the geometry.
Bases:
TUIMethod
Set the minimum number of constant-size cells adjacent to the geometry layer.
Bases:
TUIMethod
Set the exponent (power of two) for the mesh coarsening transition. A higher value results in a slower transition from fine to coarse cells.