ConstantDisplayCondition#

class ansys.stk.core.graphics.ConstantDisplayCondition#

Bases: IDisplayCondition

A display condition that evaluates to a user-defined value. This is commonly used to hide primitives by assigning to a primitive a display condition that always returns false.

Overview#

display

Get or set the value the display condition evaluates to.

Import detail#

from ansys.stk.core.graphics import ConstantDisplayCondition

Property detail#

property ConstantDisplayCondition.display: bool#

Get or set the value the display condition evaluates to.