IsoCurveAnalysis.isLightBulbOn Property
Parent Object:
IsoCurveAnalysisDefined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/IsoCurveAnalysis.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
"isoCurveAnalysis_var" is a variable referencing an IsoCurveAnalysis object.
# Get the value of the property. propertyValue = isoCurveAnalysis_var.isLightBulbOn
# Set the value of the property. isoCurveAnalysis_var.isLightBulbOn = propertyValue
|
"isoCurveAnalysis_var" is a variable referencing an IsoCurveAnalysis object.
#include <Fusion/Fusion/IsoCurveAnalysis.h>
// Get the value of the property. boolean propertyValue = isoCurveAnalysis_var->isLightBulbOn();
// Set the value of the property, where value_var is a boolean. bool returnValue = isoCurveAnalysis_var->isLightBulbOn(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version January 2023