size_functions#
Bases:
TUIMenu
Manage advanced size functions.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
compute
(service, version, mode, path)Computes the size function based on the defined parameters.
contours
(service, version, mode, path)Contains options for managing contours.
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, ...)Applies periodicity to the size field.
list
(service, version, mode, path)Lists all the defined size functions and the corresponding 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)Allows you specify 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, ...)Allows you to disable curvature data from the nodes of the CAD facets.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Computes the size function 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
Applies periodicity to the size field. Specify the angle, pivot, and axis of rotation to set up periodicity. If periodicity has been previously defined, the existing settings will be applied. Only rotational periodicity is supported, translational periodicity is not supported currently.
Bases:
TUIMethod
Lists all the defined size functions and the corresponding 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. If you set the global minimum size to a value greater than the local minimum size defined for existing proximity, curvature, or hard size functions, a warning will appear, indicating that the global minimum size cannot be greater than the specified local minimum size.
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
Allows you specify 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
Allows you to disable curvature data from the nodes of the CAD facets.