Share

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

Property Value

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

Version

Introduced in version May 2024

Was this information helpful?