Share

SectionAnalysis.isHatchShown 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 if a hatch pattern should be shown on the section.

Syntax

"sectionAnalysis_var" is a variable referencing a SectionAnalysis object.

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

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

Property Value

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

Version

Introduced in version April 2023

Was this information helpful?