RuledSurfaceFeatures.add Method

Parent Object: RuledSurfaceFeatures
Defined 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

Type Description
RuledSurfaceFeature Returns the newly created RuledSurfaceFeature object or null if the creation failed.

Parameters

Name Type Description
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