SectionAnalysisInput.sectionColor Property

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

Description

A property that gets and sets the color of the section. This property defaults to null, indicating that the component color should be used. The opacity value of the color is ignored.

Syntax

"sectionAnalysisInput_var" is a variable referencing a SectionAnalysisInput object.

# Get the value of the property.
propertyValue = sectionAnalysisInput_var.sectionColor

# Set the value of the property.
sectionAnalysisInput_var.sectionColor = propertyValue
"sectionAnalysisInput_var" is a variable referencing a SectionAnalysisInput object.
#include <Fusion/Fusion/SectionAnalysisInput.h>

// Get the value of the property.
Ptr<Color> propertyValue = sectionAnalysisInput_var->sectionColor();

// Set the value of the property, where value_var is a Color.
bool returnValue = sectionAnalysisInput_var->sectionColor(value_var);

Property Value

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

Version

Introduced in version January 2023