size_functions#
Bases:
TUIMenu
Enters 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:
TUIMethod
Computes the size field based on the defined parameters.
Bases:
TUIMethod
Defines the size function based on the specified parameters.
Bases:
TUIMethod
Creates default size functions based on face and edge curvature and proximity.
Bases:
TUIMethod
Deletes the specified size function or the current size field.
Bases:
TUIMethod
Deletes all the defined size functions.
Bases:
TUIMethod
Removes periodicity from the size field.
Bases:
TUIMethod
Enable size field periodicity.
Bases:
TUIMethod
Lists all the defined size functions and the parameter values defined.
Bases:
TUIMethod
List periodic in size field.
Bases:
TUIMethod
Resets the global controls to their default values.
Bases:
TUIMethod
Sets the values for the global minimum and maximum size, and the growth rate.
Bases:
TUIMethod
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.
Bases:
TUIMethod
Specifies the scale factor, and minimum and maximum size values to filter the size output from the size field.
Bases:
TUIMethod
Identifies the zones comprising non-triangular elements and uses a triangulated copy of these zones for computing the size functions.
Bases:
TUIMethod
Enables/disables curvature data from the nodes of the CAD facets.