ShellFeatureInput.insideThickness Property

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

Description

Gets and sets the inside thickness.

Syntax

"shellFeatureInput_var" is a variable referencing a ShellFeatureInput object.

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

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

// Get the value of the property.
Ptr<ValueInput> propertyValue = shellFeatureInput_var->insideThickness();

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

Property Value

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

Samples

Name Description
Shell Feature API Sample Demonstrates creating a new shell feature.

Version

Introduced in version November 2014