Share

CurvatureMapAnalysis.isLightBulbOn Property

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

Description

A property that gets and sets if the display is enabled for this Analysis object. If false, this analysis will be hidden. If true and the IsLightBulbOn property of the Analyses object is True the Analysis will be visible.

Syntax

"curvatureMapAnalysis_var" is a variable referencing a CurvatureMapAnalysis object.

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

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

Property Value

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

Version

Introduced in version January 2023

Was this information helpful?