PipeFeatures.createInput Method
Parent Object:
PipeFeaturesDefined 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
PipeFeatureInput |
Returns the newly created PipeFeatureInput object or null if the creation failed. |
Parameters
Version
Introduced in version October 2023