join_intersect#
Bases:
TUIMenu
Contains options for connecting overlapping and intersecting face zones.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
add_objects_to_mesh_object
(service, version, ...)Allows you to specify one or more mesh objects to be added to an existing mesh object.
change_region_type
(service, version, mode, path)Allows you to select a cell zone type (solid, fluid or dead) for a specific region.
compute_regions
(service, version, mode, path)Closed cell zone regions are computed from the specified mesh object.
controls
(service, version, mode, path)Build topology controls.
create_mesh_object
(service, version, mode, path)Allows you to specify one or more mesh objects to be connected in one mesh object.
delete_region
(service, version, mode, path)Removes a closed cell zone region and all of its face zones, except those which are shared by other regions, from the specified mesh object.
intersect
(service, version, mode, path)Connects two intersecting face zones within specified angle and tolerance.
join
(service, version, mode, path)Connects two overlapping face zones within specified angle and tolerance.
list_regions
(service, version, mode, path)Lists details of region type, volume, material point, and comprising face zones for the topological regions computed for the specified mesh object.
merge_regions
(service, version, mode, path)Specified regions are joined into a single region.
rename_region
(service, version, mode, path)Enables you to specify a new name for a specified region.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Allows you to specify one or more mesh objects to be added to an existing mesh object.
Bases:
TUIMethod
Allows you to select a cell zone type (solid, fluid or dead) for a specific region.
Bases:
TUIMethod
Closed cell zone regions are computed from the specified mesh object. You may include a material point, if desired.
Bases:
TUIMethod
Allows you to specify one or more mesh objects to be connected in one mesh object.
Bases:
TUIMethod
Removes a closed cell zone region and all of its face zones, except those which are shared by other regions, from the specified mesh object.
Bases:
TUIMethod
Connects two intersecting face zones within specified angle and tolerance.
Bases:
TUIMethod
Connects two overlapping face zones within specified angle and tolerance.
Bases:
TUIMethod
Lists details of region type, volume, material point, and comprising face zones for the topological regions computed for the specified mesh object.
Bases:
TUIMethod
Specified regions are joined into a single region.
Bases:
TUIMethod
Enables you to specify a new name for a specified region.