set#

class ansys.fluent.core.meshing.tui_241.main_menu.objects.wrap.set(service, version, mode, path)#

Bases: TUIMenu

Contains additional options related to the object wrapping operation.

Classes:

add_geometry_recovery_level_to_zones(...)

Enables you to set the geometry recovery level (high or low) for the specified face zones.

delete_far_edges(service, version, mode, path)

Delete-far-edges-after-wrap.

include_thin_cut_edges_and_faces(service, ...)

Allows better recovery of thin region configurations during the object wrapping operation.

list_zones_geometry_recovery_levels(service, ...)

Lists the zones based on geometry recovery level specified.

max_free_edges_for_hole_patching(service, ...)

Allows you to set the maximum number of free edges in a loop to fill the holes.

minimum_relative_topo_area(service, version, ...)

Specifies the minimum relative topological area for shrink wrapping.

minimum_relative_topo_count(service, ...)

Specifies the minimum relative topological count for shrink wrapping.

minimum_topo_area(service, version, mode, path)

Specifies the minimum topological area for shrink wrapping.

minimum_topo_count(service, version, mode, path)

Specifies the minimum topological count for shrink wrapping.

relative_feature_tolerance(service, version, ...)

Specifies the relative feature tolerance for shrink wrapping.

report_holes(service, version, mode, path)

Allows you to check for holes in the mesh object created.

resolution_factor(service, version, mode, path)

Sets the resolution factor for shrink wrapping.

shrink_wrap_rezone_parameters(service, ...)

Allows you to set the parameters for improving the mesh object surface quality using rezoning.

use_ray_tracing(service, version, mode, path)

Use ray tracing.

use_smooth_folded_faces(service, version, ...)

Use smooth folded faces.

zone_name_prefix(service, version, mode, path)

Allows you to specify a prefix for the zones included in the mesh object created using the object wrapping operation.

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

Bases: TUIMethod

Enables you to set the geometry recovery level (high or low) for the specified face zones.

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

Bases: TUIMethod

Delete-far-edges-after-wrap.

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

Bases: TUIMethod

Allows better recovery of thin region configurations during the object wrapping operation.

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

Bases: TUIMethod

Lists the zones based on geometry recovery level specified.

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

Bases: TUIMethod

Allows you to set the maximum number of free edges in a loop to fill the holes.

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

Bases: TUIMethod

Specifies the minimum relative topological area for shrink wrapping.

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

Bases: TUIMethod

Specifies the minimum relative topological count for shrink wrapping.

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

Bases: TUIMethod

Specifies the minimum topological area for shrink wrapping.

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

Bases: TUIMethod

Specifies the minimum topological count for shrink wrapping.

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

Bases: TUIMethod

Specifies the relative feature tolerance for shrink wrapping.

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

Bases: TUIMethod

Allows you to check for holes in the mesh object created. Holes, if any will be reported at the end of the object wrapping operation.

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

Bases: TUIMethod

Sets the resolution factor for shrink wrapping. This option can be used to set sampling coarser or finer than the final surface mesh.

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

Bases: TUIMethod

Allows you to set the parameters for improving the mesh object surface quality using rezoning. The geometry object zones will be separated based on the separation angle specified to improve the feature imprinting on the mesh object.

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

Bases: TUIMethod

Use ray tracing.

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

Bases: TUIMethod

Use smooth folded faces.

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

Bases: TUIMethod

Allows you to specify a prefix for the zones included in the mesh object created using the object wrapping operation.