Share

SectionAnalysis.sectionColor Property

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

Description

A property that gets and sets the color of the section. A value of null indicates the component color should be used. The opacity value of the color is ignored.

Syntax

"sectionAnalysis_var" is a variable referencing a SectionAnalysis object.

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

# Set the value of the property.
sectionAnalysis_var.sectionColor = propertyValue

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?