size_functions#
Bases:
TUIMenuEnters the size functions menu where you can define size functions for controlling mesh size distribution.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
compute(service, version, mode, path)Computes the size field based on the defined parameters.
contours(service, version, mode, path)Contains options for displaying contours of size functions.
controls(service, version, mode, path)Menu to control different behavior of sf.
create(service, version, mode, path)Defines the size function based on the specified parameters.
create_defaults(service, version, mode, path)Creates default size functions based on face and edge curvature and proximity.
delete(service, version, mode, path)Deletes the specified size function or the current size field.
delete_all(service, version, mode, path)Deletes all the defined size functions.
disable_periodicity_filter(service, version, ...)Removes periodicity from the size field.
enable_periodicity_filter(service, version, ...)Enable size field periodicity.
list(service, version, mode, path)Lists all the defined size functions and the parameter values defined.
list_periodicity_filter(service, version, ...)List periodic in size field.
reset_global_controls(service, version, ...)Resets the global controls to their default values.
set_global_controls(service, version, mode, path)Sets the values for the global minimum and maximum size, and the growth rate.
set_prox_gap_tolerance(service, version, ...)Sets the tolerance relative to minimum size to take gaps into account.
set_scaling_filter(service, version, mode, path)Specifies the scale factor, and minimum and maximum size values to filter the size output from the size field.
triangulate_quad_faces(service, version, ...)Identifies the zones comprising non-triangular elements and uses a triangulated copy of these zones for computing the size functions.
use_cad_imported_curvature(service, version, ...)Enables/disables curvature data from the nodes of the CAD facets.
__init__ method of TUIMenu class.
Bases:
TUIMethodComputes the size field based on the defined parameters.
Bases:
TUIMethodDefines the size function based on the specified parameters.
Bases:
TUIMethodCreates default size functions based on face and edge curvature and proximity.
Bases:
TUIMethodDeletes the specified size function or the current size field.
Bases:
TUIMethodDeletes all the defined size functions.
Bases:
TUIMethodRemoves periodicity from the size field.
Bases:
TUIMethodEnable size field periodicity.
Bases:
TUIMethodLists all the defined size functions and the parameter values defined.
Bases:
TUIMethodList periodic in size field.
Bases:
TUIMethodResets the global controls to their default values.
Bases:
TUIMethodSets the values for the global minimum and maximum size, and the growth rate.
Bases:
TUIMethodSets 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.
Bases:
TUIMethodSpecifies the scale factor, and minimum and maximum size values to filter the size output from the size field.
Bases:
TUIMethodIdentifies the zones comprising non-triangular elements and uses a triangulated copy of these zones for computing the size functions.
Bases:
TUIMethodEnables/disables curvature data from the nodes of the CAD facets.