UntrimFeatures.add Method
Parent Object:
UntrimFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/UntrimFeatures.h>
Description
Creates a new Untrim feature.
Syntax
"untrimFeatures_var" is a variable referencing a UntrimFeatures object.returnValue = untrimFeatures_var.add(input)
|
"untrimFeatures_var" is a variable referencing a UntrimFeatures object.
#include <Fusion/Features/UntrimFeatures.h>
returnValue = untrimFeatures_var->add(input);
|
Return Value
UntrimFeature |
Returns the newly created UntrimFeature object or null if the creation failed. |
Parameters
input |
UntrimFeatureInput |
An UntrimFeatureInput object that defines the desired Untrim feature. Use the createInput method to create a new UntrimFeatureInput object and then use methods on it (the UntrimFeatureInput object) to define the desired options for the Untrim feature. |
Samples
Version
Introduced in version January 2021