internal_turbo_line_child#

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

Bases: Group

‘child_object_type’ of internal_turbo_line.

Attributes

Attribute

Summary

apply_instancing_transform

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

circumferential_average_mode

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

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.

draw_contours

Enables/disables drawing of the contour lines.

include_boundary_points

If true, place end points on range limits for a hub to shroud line.

instancing_transform

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

invert_line_bound

Reverses the line bounds by selecting line outside line bound.

line_bound

Defines line bounding (End Points, None).

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_type

Indicates if the line is a cut or sample line.

line_width

‘line_width’ child.

max

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

maximum_number_of_items

Specifies the maximum number of items that should be displayed. This parameter is mutually exclusive with the Reduction Factor Parameter.

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_distribution_method

Method used to distribute points along the hub to shroud line.

point_type

The definition method for ‘Hub to Shroud’ Turbo Line under the option of ‘Two Points Linear’.

position_1

A real number that represents the first position of the object.

position_2

A real number that represents the second position of the object.

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.

reduction_factor

Reduces the number of items that should be displayed for a particular locator.

reduction_or_max_number

This indicates whether to use ‘Reduction Factor’ to reduce the number of items, or to use ‘Maximum Number of Items’.

related_variable_list

The list of variables that are related to an object.

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).

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).

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).

turbo_domain_list

The list of domains over which to define this object.

turbo_line_mode

The method of generation of ‘Hub to Shroud’ Turbo Line.

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_line

‘internal_turbo_line’ child.