RuledSurfaceFeatures.add Method
Parent Object:
RuledSurfaceFeaturesDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/RuledSurfaceFeatures.h>
Description
Creates a new RuledSurface feature.
Syntax
"ruledSurfaceFeatures_var" is a variable referencing a RuledSurfaceFeatures object.returnValue = ruledSurfaceFeatures_var.add(input)
|
"ruledSurfaceFeatures_var" is a variable referencing a RuledSurfaceFeatures object.
#include <Fusion/Features/RuledSurfaceFeatures.h>
returnValue = ruledSurfaceFeatures_var->add(input);
|
Return Value
RuledSurfaceFeature |
Returns the newly created RuledSurfaceFeature object or null if the creation failed. |
Parameters
input |
RuledSurfaceFeatureInput |
An RuledSurfaceFeatureInput object that defines the desired RuledSurface feature. Use the createInput method to create a new RuledSurfaceFeatureInput object and then use methods on it (the RuledSurfaceFeatureInput object) to define the desired options for the ruled surface feature. |
Version
Introduced in version September 2020