RipFeatures.createRipFeatureInput Method
Parent Object: RipFeaturesDefined 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.
|
Return Value
Type | Description |
RipFeatureInput | Returns the newly created RipFeatureInput object or null if the creation failed. |