RevolveFeatures.add Method
Parent Object:
RevolveFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/RevolveFeatures.h>
Description
Creates a new revolve feature based on the information provided by the provided RevolveFeatureInput object. To create a new revolve, use the createInput function to create a new input object and then use the methods and properties on that object to define the required input for a revolve. Once the information is defined on the input object you can pass it to the Add method to create the revolve.
Syntax
"revolveFeatures_var" is a variable referencing a RevolveFeatures object.returnValue = revolveFeatures_var.add(input)
|
"revolveFeatures_var" is a variable referencing a RevolveFeatures object.
#include <Fusion/Features/RevolveFeatures.h>
returnValue = revolveFeatures_var->add(input);
|
Return Value
RevolveFeature |
Returns the newly created RevolveFeature or null if the creation failed. |
Parameters
input |
RevolveFeatureInput |
The RevolveFeatureInput object that specifies the input needed to create a new extrude |
Samples
Version
Introduced in version August 2014