intersect#

class ansys.fluent.core.generated.meshing.tui_261.main_menu.boundary.remesh.controls.intersect(service, version, mode, path)#

Bases: TUIMenu

Enter the intersect control menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

absolute_tolerance(service, version, mode, path)

Turn on/off absolute tolerance.

delete_overlap(service, version, mode, path)

Turn on/off deletion of overlapped region.

feature_angle(service, version, mode, path)

Angle used to determine angle feature edges.

ignore_parallel_faces(service, version, ...)

Turn on/off ignore parallel faces.

join_match_angle(service, version, mode, path)

Max allowable angle between normals of faces to join.

join_project_angle(service, version, mode, path)

Max allowable angle between face normal and project direction for join.

refine_region(service, version, mode, path)

Turn on/off refinement of intersection region.

remesh_post_intersection(service, version, ...)

Remesh after intersection.

retri_improve(service, version, mode, path)

Turn on/off mesh improvement.

separate(service, version, mode, path)

Turn on/off separation of intersection region.

stitch_preserve(service, version, mode, path)

Turn on/off stitch preserve first zone shape.

tolerance(service, version, mode, path)

Intersection tolerance.

within_tolerance(service, version, mode, path)

Turn on/off tolerant intersection.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

class absolute_tolerance(service, version, mode, path)#

Bases: TUIMethod

Turn on/off absolute tolerance.

class delete_overlap(service, version, mode, path)#

Bases: TUIMethod

Turn on/off deletion of overlapped region.

class feature_angle(service, version, mode, path)#

Bases: TUIMethod

Angle used to determine angle feature edges.

class ignore_parallel_faces(service, version, mode, path)#

Bases: TUIMethod

Turn on/off ignore parallel faces.

class join_match_angle(service, version, mode, path)#

Bases: TUIMethod

Max allowable angle between normals of faces to join.

class join_project_angle(service, version, mode, path)#

Bases: TUIMethod

Max allowable angle between face normal and project direction for join.

class refine_region(service, version, mode, path)#

Bases: TUIMethod

Turn on/off refinement of intersection region.

class remesh_post_intersection(service, version, mode, path)#

Bases: TUIMethod

Remesh after intersection.

class retri_improve(service, version, mode, path)#

Bases: TUIMethod

Turn on/off mesh improvement.

class separate(service, version, mode, path)#

Bases: TUIMethod

Turn on/off separation of intersection region.

class stitch_preserve(service, version, mode, path)#

Bases: TUIMethod

Turn on/off stitch preserve first zone shape.

class tolerance(service, version, mode, path)#

Bases: TUIMethod

Intersection tolerance.

class within_tolerance(service, version, mode, path)#

Bases: TUIMethod

Turn on/off tolerant intersection.