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
"sectionAnalysis_var" is a variable referencing a SectionAnalysis object.
#include <Fusion/Fusion/SectionAnalysis.h>

// Get the value of the property.
boolean propertyValue = sectionAnalysis_var->isHatchShown();

// Set the value of the property, where value_var is a boolean.
bool returnValue = sectionAnalysis_var->isHatchShown(value_var);

Property Value

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

Version

Introduced in version April 2023