LoftFeatures.createInput Method
Parent Object:
LoftFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/LoftFeatures.h>
Description
Creates a LoftFeatureInput object. Use properties and methods on the returned LoftFeatureInput object to provide the required input to create a loft feature. The LoftFeatureInput object can then be used as input to the add method to create the loft feature.
Syntax
"loftFeatures_var" is a variable referencing a LoftFeatures object.returnValue = loftFeatures_var.createInput(operation)
|
"loftFeatures_var" is a variable referencing a LoftFeatures object.
#include <Fusion/Features/LoftFeatures.h>
returnValue = loftFeatures_var->createInput(operation);
|
Return Value
LoftFeatureInput |
Returns the newly created LoftFeatureInput object or null if the creation failed. |
Parameters
Samples
Version
Introduced in version August 2016