volumetric_regions#
Bases:
TUIMenuManage volumetric regions of an object.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
auto_fill_volume(service, version, mode, path)Creates the volume mesh for the selected volumetric regions based on the meshing parameters set.
change_type(service, version, mode, path)Enables you to change the region type.
compute(service, version, mode, path)Computes the volumetric regions based on the face zone labels.
delete(service, version, mode, path)Deletes the specified volumetric regions.
delete_cells(service, version, mode, path)Deletes the cell zones of the specified regions.
fill_empty_volume(service, version, mode, path)Fill empty volume of selected regions.
hexcore(service, version, mode, path)Contains options for setting hexcore mesh controls.
list(service, version, mode, path)Prints region information to the console, including type, volume, material point and face zones.
merge(service, version, mode, path)Merges specified regions in to a single region.
merge_cells(service, version, mode, path)Merge all cell zones assocaited to a region.
rename(service, version, mode, path)Renames the region.
scoped_prism(service, version, mode, path)Contains options for setting scoped prism controls.
tet(service, version, mode, path)Contains options for setting tetrahedral mesh controls.
update(service, version, mode, path)Recomputes the selected volumetric region(s) while preserving the region name(s) and type(s).
__init__ method of TUIMenu class.
Bases:
TUIMethodCreates the volume mesh for the selected volumetric regions based on the meshing parameters set.
Bases:
TUIMethodEnables you to change the region type.
Bases:
TUIMethodComputes the volumetric regions based on the face zone labels. You can choose to use existing material points for computing the regions. When regions are computed, region names and types will be based on the face zone labels of the mesh object selected. If regions are recomputed, all previous region names and types will be over written.
Bases:
TUIMethodDeletes the specified volumetric regions.
Bases:
TUIMethodDeletes the cell zones of the specified regions.
Bases:
TUIMethodFill empty volume of selected regions.
Bases:
TUIMethodPrints region information to the console, including type, volume, material point and face zones.
Bases:
TUIMethodMerges specified regions in to a single region. If there are shared face zones, merging regions will delete the shared face zones. However, if there are cell zones associated with the regions, then merging the regions will not delete the shared face zones. In this case, the shared face zones will be deleted when the cell zones are deleted.
Bases:
TUIMethodMerge all cell zones assocaited to a region.
Bases:
TUIMethodRenames the region.
Bases:
TUIMethodRecomputes the selected volumetric region(s) while preserving the region name(s) and type(s).