object_view_transform#

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

Bases: Group

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.

Attributes

Attribute

Summary

apply_reflection

Toggles reflection in the transformation.

apply_rotation

Toggles rotation in the transformation.

apply_scale

Toggles scale in the transformation.

apply_translation

Toggles translation in the transformation.

principal_axis

Specifies the principal axis used in instance rotation.

reflection_plane

Specifies the REFLECTION PLANE object to use in a transformation.

reflection_plane_option

Specifies how to define the plane that is used to create the reflection plane. It can be defined as either some axis-parallel planes, or from an existing plane object.

rotation_angle

Specifies the rotation angle.

rotation_axis_from

An XYZ triple defining the first point of the rotation axis.

rotation_axis_to

An XYZ triple defining the second point of the rotation axis.

rotation_axis_type

Specifies the rotation axis type in the transformation. If it is set to ‘Principal Axis’, Principal Axis parameter setting is used. It is set to ‘Rotation Axis’, parameters Rotation Axis From and Rotation Axis To are used for the axis definition.

scale_vector

Specifies the scale vector.

translation_vector

Specifies the translation vector.

x

The X coordinate value for the location of this object.

y

The Y coordinate value for the location of this object.

z

The Z coordinate value for the location of this object.

Methods

Method

Summary

suspend

Suspend immediate update for the object.

unsuspend

Restore immediate update for the object.

Included in:

Parent

Summary

results

Encapsulates a CFX post-processing setup.

streamline_child

‘child_object_type’ of streamline.

turbo_surface_child

‘child_object_type’ of turbo_surface.

turbo_line_child

‘child_object_type’ of turbo_line.

point_child

‘child_object_type’ of point.

point_cloud_child

‘child_object_type’ of point_cloud.

particle_cloud_child

‘child_object_type’ of particle_cloud.

polyline_child

‘child_object_type’ of polyline.

particle_track_child

‘child_object_type’ of particle_track.

res_particle_track_child

‘child_object_type’ of res_particle_track.

subdomain_child

‘child_object_type’ of subdomain.

primitive2d_child

‘child_object_type’ of primitive2d.

primitive3d_child

‘child_object_type’ of primitive3d.

composite_child

‘child_object_type’ of composite.

composite_periodic_child

‘child_object_type’ of composite_periodic.

composite_inter_block_child

‘child_object_type’ of composite_inter_block.

boundary_child

‘child_object_type’ of boundary.

injection_region_child

‘child_object_type’ of injection_region.

res_surface_child

‘child_object_type’ of res_surface.

wireframe_child

‘child_object_type’ of wireframe.

vector_child

‘child_object_type’ of vector.

isosurface_child

‘child_object_type’ of isosurface.

iso_clip_child

‘child_object_type’ of iso_clip.

vortex_core_region_child

‘child_object_type’ of vortex_core_region.

user_surface_child

‘child_object_type’ of user_surface.

plane_child

‘child_object_type’ of plane.

volume_child

‘child_object_type’ of volume.

line_child

‘child_object_type’ of line.

contour_child

‘child_object_type’ of contour.

surface_group_child

‘child_object_type’ of surface_group.

volume_rendering_child

‘child_object_type’ of volume_rendering.

surface_of_revolution_child

‘child_object_type’ of surface_of_revolution.

case_child

‘child_object_type’ of case.

difference_object_child

‘child_object_type’ of difference_object.

internal_vector_child

‘child_object_type’ of internal_vector.

internal_contour_child

‘child_object_type’ of internal_contour.

internal_point_child

‘child_object_type’ of internal_point.

internal_point_cloud_child

‘child_object_type’ of internal_point_cloud.

internal_polyline_child

‘child_object_type’ of internal_polyline.

internal_turbo_surface_child

‘child_object_type’ of internal_turbo_surface.

internal_turbo_line_child

‘child_object_type’ of internal_turbo_line.