Share

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

Property Value

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

Version

Introduced in version January 2023

Was this information helpful?