local_regions#
Bases:
TUIMenuEnters the local refinement menu. Poly meshing follows tet meshing. These commands behave like the equivalent commands under /mesh/tet/local-regions/.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
activate(service, version, mode, path)Activates the specified regions for refinement.
deactivate(service, version, mode, path)Deactivates the specified regions for refinement.
define(service, version, mode, path)Defines the refinement region according to the specified parameters.
delete(service, version, mode, path)Deletes the specified refinement region.
ideal_area(service, version, mode, path)Ideal triangle area for given edge length.
ideal_vol(service, version, mode, path)Reports the volume of an ideal tetrahedron for the edge length specified.
init(service, version, mode, path)Defines the default refinement region encompassing the entire geometry.
list_all_regions(service, version, mode, path)Lists all refinement region parameters and the activated regions in the console.
refine(service, version, mode, path)Refines the active cells inside the selected region based on the specified refinement parameters.
__init__ method of TUIMenu class.
Bases:
TUIMethodActivates the specified regions for refinement.
Bases:
TUIMethodDeactivates the specified regions for refinement.
Bases:
TUIMethodDefines the refinement region according to the specified parameters.
Bases:
TUIMethodDeletes the specified refinement region.
Bases:
TUIMethodIdeal triangle area for given edge length.
Bases:
TUIMethodReports the volume of an ideal tetrahedron for the edge length specified.
Bases:
TUIMethodDefines the default refinement region encompassing the entire geometry.
Bases:
TUIMethodLists all refinement region parameters and the activated regions in the console.
Bases:
TUIMethodRefines the active cells inside the selected region based on the specified refinement parameters.