ChainGraphics#

class ansys.stk.core.stkobjects.ChainGraphics#

2D graphics properties of a chain.

Overview#

static

Get the chain’s 2D static graphics properties.

animation_settings

Get the chain’s 3D graphics properties.

show_graphics

Specify whether graphics attributes of the chain are visible.

show_graphics_2d

Specify whether graphics attributes of the chain are visible in 2D Windows.

Import detail#

from ansys.stk.core.stkobjects import ChainGraphics

Property detail#

property ChainGraphics.static: ChainGraphics2DStatic#

Get the chain’s 2D static graphics properties.

property ChainGraphics.animation_settings: ChainGraphics2DAnimation#

Get the chain’s 3D graphics properties.

property ChainGraphics.show_graphics: bool#

Specify whether graphics attributes of the chain are visible.

property ChainGraphics.show_graphics_2d: bool#

Specify whether graphics attributes of the chain are visible in 2D Windows.