surface#

class ansys.fluent.core.solver.tui_241.main_menu.display.surface(service, version, mode, path)#

Bases: TUIMenu

Enters the data surface-manipulation menu. For a description of the items in this menu, see surface/.

Classes:

circle_slice(service, version, mode, path)

Extract a circular slice.

closest_point_search(service, version, mode, ...)

Enable the point surface algorithm to look for the nearest point instead of reporting a creation failure.

cone_slice(service, version, mode, path)

Extract a cone slice.

create_imprint_surface(service, version, ...)

Imprint surface.

delete_surface(service, version, mode, path)

Remove a defined data surface.

edit_surface(service, version, mode, path)

Edit a defined data surface.

ellipsoid_slice(service, version, mode, path)

Extract a ellipsoid slice.

expression_volume(service, version, mode, path)

Create volume with boolean expression.

group_surfaces(service, version, mode, path)

Group a set of surfaces.

imprint_surface(service, version, mode, path)

Imprint surface.

iso_clip(service, version, mode, path)

Clip a data surface (surface, curve, or point) between two iso-values.

iso_clip_multiple(service, version, mode, path)

Clip a data surface (surface, curve, or point) between two iso-values.

iso_surface(service, version, mode, path)

Extract an iso-surface (surface, curve, or point) from the curent data field.

line_slice(service, version, mode, path)

Extract a linear slice.

line_surface(service, version, mode, path)

Define a "line" surface by specifying the two endpoint coordinates.

list_surfaces(service, version, mode, path)

List the number of facets in the defined surfaces.

mouse_line(service, version, mode, path)

Define a line surface using the mouse to select two points.

mouse_plane(service, version, mode, path)

Define a plane surface using the mouse to select three points.

mouse_rake(service, version, mode, path)

Define a "rake" surface using the mouse to select the end points.

multiple_iso_surfaces(service, version, ...)

Create multiple iso-surfaces from the data field at specified spacing.

multiple_plane_surfaces(service, version, ...)

Create multiple plane surfaces at specified spacing.

multiple_zone_surfaces(service, version, ...)

Create multiple data surfaces at a time.

partition_surface(service, version, mode, path)

Define a data surface on mesh faces on the partition boundary.

plane(service, version, mode, path)

Create a plane given 3 points bounded by the domain.

plane_bounded(service, version, mode, path)

Create a bounded surface.

plane_point_n_normal(service, version, mode, ...)

Create a plane from a point and normal.

plane_slice(service, version, mode, path)

Extract a planar slice.

plane_surf_aligned(service, version, mode, path)

Create a plane aligned to a surface.

plane_surface(service, version, mode, path)

Create a plane from a coordinate plane, point and normal, or three points.

plane_view_plane_align(service, version, ...)

Create a plane aligned to a view-plane.

point_array(service, version, mode, path)

Extract a rectangular array of data points.

point_surface(service, version, mode, path)

Define a "point" surface by specifying the coordinates.

post_processing_volume(service, version, ...)

Enter post-processing volume menu.

quadric_slice(service, version, mode, path)

Extract a quadric slice.

query(service, version, mode, path)

Enter surface query menu.

rake_surface(service, version, mode, path)

Define a "rake" surface by specifying the end points.

rename_surface(service, version, mode, path)

Rename a defined data surface.

rendering_priority(service, version, mode, path)

Define Priority for given surface id.

reset_zone_surfaces(service, version, mode, path)

.

sphere_slice(service, version, mode, path)

Extract a spherical slice.

structural_point_surface(service, version, ...)

Define a "structural point" surface by specifying the coordinates.

surface_cells(service, version, mode, path)

Extract all cells intersected by a data surface.

transform_surface(service, version, mode, path)

Transform surface.

ungroup_surface(service, version, mode, path)

Ungroup the surface(if grouped).

zone_surface(service, version, mode, path)

Define a data surface on a mesh zone.

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

Bases: TUIMethod

Extract a circular slice.

Bases: TUIMethod

Enable the point surface algorithm to look for the nearest point instead of reporting a creation failure.

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

Bases: TUIMethod

Extract a cone slice.

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

Bases: TUIMethod

Imprint surface.

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

Bases: TUIMethod

Remove a defined data surface.

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

Bases: TUIMethod

Edit a defined data surface.

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

Bases: TUIMethod

Extract a ellipsoid slice.

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

Bases: TUIMethod

Create volume with boolean expression.

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

Bases: TUIMethod

Group a set of surfaces.

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

Bases: TUIMethod

Imprint surface.

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

Bases: TUIMethod

Clip a data surface (surface, curve, or point) between two iso-values.

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

Bases: TUIMethod

Clip a data surface (surface, curve, or point) between two iso-values.

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

Bases: TUIMethod

Extract an iso-surface (surface, curve, or point) from the curent data field.

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

Bases: TUIMethod

Extract a linear slice.

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

Bases: TUIMethod

Define a “line” surface by specifying the two endpoint coordinates.

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

Bases: TUIMethod

List the number of facets in the defined surfaces.

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

Bases: TUIMethod

Define a line surface using the mouse to select two points.

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

Bases: TUIMethod

Define a plane surface using the mouse to select three points.

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

Bases: TUIMethod

Define a “rake” surface using the mouse to select the end points.

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

Bases: TUIMethod

Create multiple iso-surfaces from the data field at specified spacing.

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

Bases: TUIMethod

Create multiple plane surfaces at specified spacing.

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

Bases: TUIMethod

Create multiple data surfaces at a time.

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

Bases: TUIMethod

Define a data surface on mesh faces on the partition boundary.

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

Bases: TUIMethod

Create a plane given 3 points bounded by the domain.

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

Bases: TUIMethod

Create a bounded surface.

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

Bases: TUIMethod

Create a plane from a point and normal.

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

Bases: TUIMethod

Extract a planar slice.

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

Bases: TUIMethod

Create a plane aligned to a surface.

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

Bases: TUIMethod

Create a plane from a coordinate plane, point and normal, or three points.

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

Bases: TUIMethod

Create a plane aligned to a view-plane.

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

Bases: TUIMethod

Extract a rectangular array of data points.

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

Bases: TUIMethod

Define a “point” surface by specifying the coordinates.

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

Bases: TUIMethod

Extract a quadric slice.

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

Bases: TUIMethod

Define a “rake” surface by specifying the end points.

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

Bases: TUIMethod

Rename a defined data surface.

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

Bases: TUIMethod

Define Priority for given surface id.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Extract a spherical slice.

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

Bases: TUIMethod

Define a “structural point” surface by specifying the coordinates.

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

Bases: TUIMethod

Extract all cells intersected by a data surface.

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

Bases: TUIMethod

Transform surface.

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

Bases: TUIMethod

Ungroup the surface(if grouped).

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

Bases: TUIMethod

Define a data surface on a mesh zone.