FormFeatures.add Method
Parent Object:
FormFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/FormFeatures.h>
Description
Creates a new empty form feature in the parent component.
Syntax
"formFeatures_var" is a variable referencing a FormFeatures object.returnValue = formFeatures_var.add()
|
"formFeatures_var" is a variable referencing a FormFeatures object.
#include <Fusion/Features/FormFeatures.h>
returnValue = formFeatures_var->add();
|
Return Value
FormFeature |
Returns the new FormFeature or null in the case of an error. |
Samples
formFeatures.add |
Demonstrates the formFeatures.add method. This creates a new empty form (T-Spline) feature, which you'll see in the timeline. |
Version
Introduced in version April 2019