PipeFeatures.add Method

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

Description

Creates a new Pipe feature.

Syntax

"pipeFeatures_var" is a variable referencing a PipeFeatures object.
returnValue = pipeFeatures_var.add(input)
"pipeFeatures_var" is a variable referencing a PipeFeatures object.

#include <Fusion/Features/PipeFeatures.h>

returnValue = pipeFeatures_var->add(input);

Return Value

Type Description
PipeFeature Returns the newly created PipeFeature object or null if the creation failed.

Parameters

Name Type Description
input PipeFeatureInput A PipeFeatureInput object that defines the desired Pipe. Use the createInput method to create a new PipeFeatureInput object and then use methods on it (the PipeFeatureInput object) to define the Pipe.

Version

Introduced in version October 2023