ShellFeatureInput.shellType Property

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

Description

The shell type used when creating a shell. The default value is SharpOffsetShellType.

Syntax

"shellFeatureInput_var" is a variable referencing a ShellFeatureInput object.

# Get the value of the property.
propertyValue = shellFeatureInput_var.shellType

# Set the value of the property.
shellFeatureInput_var.shellType = propertyValue
"shellFeatureInput_var" is a variable referencing a ShellFeatureInput object.
#include <Fusion/Features/ShellFeatureInput.h>

// Get the value of the property.
ShellTypes propertyValue = shellFeatureInput_var->shellType();

// Set the value of the property, where value_var is a ShellTypes.
bool returnValue = shellFeatureInput_var->shellType(value_var);

Property Value

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

Version

Introduced in version May 2024