PipeFeatures.createInput Method

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

Description

Creates a PipeFeatureInput object for defining a simple Pipe feature with only a path. Use properties and methods on this object to define the Pipe you want to create and then use the Add method, passing in the PipeFeatureInput object.

Syntax

"pipeFeatures_var" is a variable referencing a PipeFeatures object.
returnValue = pipeFeatures_var.createInput(path, operation)
"pipeFeatures_var" is a variable referencing a PipeFeatures object.

#include <Fusion/Features/PipeFeatures.h>

returnValue = pipeFeatures_var->createInput(path, operation);

Return Value

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

Parameters

Name Type Description
path Path The path to create the Pipe.
operation FeatureOperations The feature operation to perform.

Version

Introduced in version October 2023