LoftFeatures.createInput Method

Parent Object: LoftFeatures
Defined 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

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

Parameters

Name Type Description
operation FeatureOperations The feature operation to perform.

Samples

Name Description
loftFeatures.add Demonstrates the loftFeatures.add method.
Loft Feature API Sample Demonstrates creating a new loft feature.

Version

Introduced in version August 2016