ExtendFeatures.add Method
Parent Object:
ExtendFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ExtendFeatures.h>
Description
Creates a new extend feature.
Syntax
"extendFeatures_var" is a variable referencing an ExtendFeatures object.returnValue = extendFeatures_var.add(input)
|
"extendFeatures_var" is a variable referencing an ExtendFeatures object.
#include <Fusion/Features/ExtendFeatures.h>
returnValue = extendFeatures_var->add(input);
|
Return Value
ExtendFeature |
Returns the newly created ExtendFeature object or null if the creation failed. |
Parameters
input |
ExtendFeatureInput |
An ExtendFeatureInput object that defines the desired extend feature. Use the createInput method to create a new ExtendFeatureInput object and then use methods on it (the ExtendFeatureInput object) to define the desired options for the extent feature. |
Samples
extendFeatures.add |
Demonstrates the extendFeatures.add method. To use this sample, have a design open that contains at least one surface body. When you run the sample, you will be prompted to select an open edge of the body. |
Version
Introduced in version June 2015