PipeFeature.setThickness Method

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

Description

Defines the section thickness of the Pipe.

In case the pipe is not already hollow, this also sets the isHollow to true.

Syntax

"pipeFeature_var" is a variable referencing a PipeFeature object.
returnValue = pipeFeature_var.setThickness(value)
"pipeFeature_var" is a variable referencing a PipeFeature object.

#include <Fusion/Features/PipeFeature.h>

returnValue = pipeFeature_var->setThickness(value);

Parameters

Name Type Description
value ValueInput

Version

Introduced in version October 2023