Share

RipFeatures.add Method

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

Description

Creates a new Rip feature.

Syntax

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

Return Value

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

Parameters

Name Type Description
input RipFeatureInput A RipFeatureInput object that defines the desired rip. Use the createInput method to create a new RipFeatureInput object and then use methods on it (the RipFeatureInput object) to define the rip.

Version

Introduced in version September 2023

Was this information helpful?