SectionAnalysisInput.isHatchShown 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 if a hatch pattern should be shown on the section. This property defaults to true when the input is created.

Syntax

"sectionAnalysisInput_var" is a variable referencing a SectionAnalysisInput object.

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

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

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

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

Property Value

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

Version

Introduced in version January 2023