TrimFeatures.add Method
Parent Object:
TrimFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/TrimFeatures.h>
Description
Creates a new trim feature.
Syntax
"trimFeatures_var" is a variable referencing a TrimFeatures object.returnValue = trimFeatures_var.add(input)
|
"trimFeatures_var" is a variable referencing a TrimFeatures object.
#include <Fusion/Features/TrimFeatures.h>
returnValue = trimFeatures_var->add(input);
|
Return Value
TrimFeature |
Returns the newly created TrimFeature object or null if the creation failed. |
Parameters
input |
TrimFeatureInput |
A TrimFeatureInput object that defines the desired trim feature. Use the createInput method to create a new TrimFeatureInput object and then use methods on it (the TrimFeatureInput object) to define the trim feature. |
Samples
Version
Introduced in version July 2015