Share

ConstructionAxis.isLightBulbOn Property

Parent Object: ConstructionAxis
Defined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionAxis.h>

Description

Indicates if the light bulb (as displayed in the browser) is on. A construction axis will only be visible if it's light bulb, and that of it's containing folder and parent component/s are also on.

Syntax

"constructionAxis_var" is a variable referencing a ConstructionAxis object.

# Get the value of the property.
propertyValue = constructionAxis_var.isLightBulbOn

# Set the value of the property.
constructionAxis_var.isLightBulbOn = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Version

Introduced in version August 2014

Was this information helpful?