internal_turbo_surface_child#

class ansys.cfx.core.generated.post_processing.settings_261.internal_turbo_surface_child.internal_turbo_surface_child(name: str | None = None, parent=None)#

Bases: Group

‘child_object_type’ of internal_turbo_surface.

Attributes

Attribute

Summary

apply_instancing_transform

Toggles the instancing transformation for this graphics object in the viewer.

apply_texture

Toggles display of the texture.

axial_points

Number of Sample points in Axial direction (AR coordinate).

blend_texture

Toggles blending of the texture.

circumferential_average_mode

Method used to calculate circumferential average for colouring variable on a turbo object.

clip_cone

Enables/disables clipping in a cone surface.

colour

A list of three numbers between 0 and 1, which represent the RGB (Red/Green/Blue) values to be used when colouring the faces of an object by constant colour.

colour_map

The name of the colour map to use when colouring the object.

colour_mode

‘colour_mode’ child.

colour_scale

Sets whether to colour the object with a Linear or Logarithmic scale. By default, the colour scale is Linear.

colour_variable

‘colour_variable’ child.

colour_variable_boundary_values

‘colour_variable_boundary_values’ child.

culling_mode

Controls the face culling of this object in the viewer.

draw_contours

Enables/disables drawing of the contour lines.

draw_faces

Toggles the visibility filled faces for this graphics object in the viewer.

draw_lines

Toggles the visibility of lines around each face of this graphics object.

instancing_transform

Defines the TRANSFORM object that is used for the object instancing.

invert_surface_bound

Reverses the surface bounds by selecting region outside surface bound.

lighting

Toggles the lighting of this graphics object in the viewer.

line_colour

A list of three numbers between 0 and 1, which represent the RGB (Red/Green/Blue) values to be used for colouring the lines on a graphics object.

line_colour_mode

Determines where to get the line colour from.

line_width

Controls the width (in pixels) of lines drawn for this graphics object.

max

The maximum value of a variable in the colour map when using a “User Specified” range.

maximum_number_of_sampling_points

Specifies the maximum number of sampling points for circumferential averaging.

min

The minimum value of a variable in the colour map when using a “User Specified” range.

number_of_contours

Specifies number of contour lines in a contour plot.

option

‘option’ child.

point_1

An XYZ triple defining the first point for this object.

point_2

An XYZ triple defining the second point for this object.

point_coord_system

Specifies the coordinate system in which the points are specified.

radial_points

Number of Sample points in Radial direction (AR coordinate).

range

Sets the method used to calculate the extents of the colour map on an object. “Global” uses the range of values in the problem domain. “Local” uses the range of values on the current object.

related_variable_list

The list of variables that are related to an object.

render_edge_angle

The angle between two faces used to limit visible edges in a wireframe.

span

The normalized Span turbo coordinate value for the location of this object.

span_max

Upper bound of Span coordinate for a turbo surface.

span_min

Lower bound of Span coordinate for a turbo surface.

span_points

Number of Sample points in S direction (turbo coordinate).

specular_lighting

Toggles the specular lighting of this object in the viewer.

streamwise_location

The normalized M’ turbo coordinate value for the location of this object.

streamwise_max

Upper bound of M’ coordinate for a turbo surface.

streamwise_min

Lower bound of M’ coordinate for a turbo surface.

streamwise_points

Number of Sample points in M direction (turbo coordinate).

surface_bound

Defines surface bounding (Rectangular, None).

surface_drawing

Sets the algorithm used to shade the faces for this graphics object.

surface_type

Indicates if the surface is a slice or sample surface.

texture_angle

The texture angle in degrees.

texture_direction

The direction of texture projection to the object.

texture_file

The texture file to display on the object.

texture_material

The material to use for texture.

texture_position

X-Y position of the texture.

texture_scale

The texture scale.

texture_type

The type of texture to use.

theta

The Theta coordinate value for the location of this object.

theta_max

Upper bound of Theta coordinate for the surface.

theta_min

Lower bound of Theta coordinate for the surface.

theta_points

Number of Sample points in T direction (turbo coordinate).

theta_surface_variable

The name of the variable used to create turbo constant theta surface.

tile_texture

Toggles tiling of the texture.

transform_texture

Toggles transforming (spherical) of the texture.

transparency

Set between 0.0 (fully opaque) and 1.0 (fully transparent) to control the transparency of this graphics object in the viewer.

turbo_domain_list

The list of domains over which to define this object.

turbo_view_plot_type

Plot types for B2B and Meridional plots in Turbo View.

visibility

Toggles the visibility of this graphics object in the viewer. THIS PARAMETER IS DEPRECATED!.

object_view_transform

This object contains object transformation info to be processed by the viewer. Like instance transform, this object should be associated with each geometry. It is usually specified as a sub-object.

Methods

Method

Summary

hide

Hide the object in a given view(s).

show

Show the object in a given view(s).

suspend

Suspend immediate update for the object.

unsuspend

Restore immediate update for the object.

Included in:

Parent

Summary

internal_turbo_surface

‘internal_turbo_surface’ child.