RipFeatures.createRipFeatureInput Method

Parent Object: RipFeatures
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/RipFeatures.h>

Description

Creates a RipFeatureInput object. Use methods on this object to define the rip you want to create and then use the add method, passing in the RipFeatureInput object.

Syntax

"ripFeatures_var" is a variable referencing a RipFeatures object.
returnValue = ripFeatures_var.createRipFeatureInput()
"ripFeatures_var" is a variable referencing a RipFeatures object.

#include <Fusion/Features/RipFeatures.h>

returnValue = ripFeatures_var->createRipFeatureInput();

Return Value

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

Version

Introduced in version September 2023