wireframe_child#

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

Bases: Group

‘child_object_type’ of wireframe.

Attributes

Attribute

Summary

apply_instancing_transform

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

colour

‘colour’ child.

domain_list

The list of domains over which to define this object.

draw_contours

Enables/disables drawing of the contour lines.

edge_angle

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

instancing_transform

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

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.

number_of_contours

Specifies number of contour lines in a contour plot.

show_surface_mesh

If set to On, all mesh lines are displayed in the wireframe, and Edge Angle setting is ignored.

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

wireframe

‘wireframe’ child.