meshing.tui.boundary.remesh.size_functions#

class main_menu.boundary.remesh.size_functions(path, service)#

Enters the size functions menu where you can define size functions for controlling mesh size distribution.

compute(*args, **kwargs)#

Computes the size field based on the defined parameters.

create(*args, **kwargs)#

Defines the size function based on the specified parameters.

create_defaults(*args, **kwargs)#

Creates default size functions based on face and edge curvature and proximity.

delete(*args, **kwargs)#

Deletes the specified size function or the current size field.

delete_all(*args, **kwargs)#

Deletes all the defined size functions.

disable_periodicity_filter(*args, **kwargs)#

Removes periodicity from the size field.

enable_periodicity_filter(*args, **kwargs)#

Enable size field periodicity.

list(*args, **kwargs)#

Lists all the defined size functions and the parameter values defined.

list_periodicity_filter(*args, **kwargs)#

List periodic in size field.

reset_global_controls(*args, **kwargs)#

Resets the global controls to their default values.

set_global_controls(*args, **kwargs)#

Sets the values for the global minimum and maximum size, and the growth rate.

set_prox_gap_tolerance(*args, **kwargs)#

Sets the tolerance relative to minimum size to take gaps into account. Gaps whose thickness is less than the global minimum size multiplied by this factor will not be regarded as a proximity gap.

set_scaling_filter(*args, **kwargs)#

Specifies the scale factor, and minimum and maximum size values to filter the size output from the size field.

triangulate_quad_faces(*args, **kwargs)#

Identifies the zones comprising non-triangular elements and uses a triangulated copy of these zones for computing the size functions.

use_cad_imported_curvature(*args, **kwargs)#

Enables/disables curvature data from the nodes of the CAD facets.