join_intersect#
Bases:
TUIMenu
Contains options for connecting overlapping and intersecting face zones.
Methods:
add_objects_to_mesh_object
(*args, **kwargs)Allows you to specify one or more mesh objects to be added to an existing mesh object.
change_region_type
(*args, **kwargs)Allows you to select a cell zone type (solid, fluid or dead) for a specific region.
compute_regions
(*args, **kwargs)Closed cell zone regions are computed from the specified mesh object.
create_mesh_object
(*args, **kwargs)Allows you to specify one or more mesh objects to be connected in one mesh object.
delete_region
(*args, **kwargs)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
(*args, **kwargs)Connects two intersecting face zones within specified angle and tolerance.
join
(*args, **kwargs)Connects two overlapping face zones within specified angle and tolerance.
list_regions
(*args, **kwargs)Lists details of region type, volume, material point, and comprising face zones for the topological regions computed for the specified mesh object.
merge_regions
(*args, **kwargs)Specified regions are joined into a single region.
rename_region
(*args, **kwargs)Enables you to specify a new name for a specified region.
Classes:
controls
(path, service)Build topology controls.
Allows you to specify one or more mesh objects to be added to an existing mesh object.
Allows you to select a cell zone type (solid, fluid or dead) for a specific region.
Closed cell zone regions are computed from the specified mesh object. You may include a material point, if desired.
Bases:
TUIMenu
Build topology controls.
Methods:
remesh_post_intersection
(*args, **kwargs)Used to enable or disable automatic post-remesh operation after join or intersect.
Used to enable or disable automatic post-remesh operation after join or intersect.
Allows you to specify one or more mesh objects to be connected in one mesh object.
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.
Connects two intersecting face zones within specified angle and tolerance.
Connects two overlapping face zones within specified angle and tolerance.
Lists details of region type, volume, material point, and comprising face zones for the topological regions computed for the specified mesh object.
Specified regions are joined into a single region.
Enables you to specify a new name for a specified region.