RipFeature.setByFace Method

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

Description

This input method is for creating a rip from a face.

Syntax

"ripFeature_var" is a variable referencing a RipFeature object.
returnValue = ripFeature_var.setByFace(face)
"ripFeature_var" is a variable referencing a RipFeature object.

#include <Fusion/Features/RipFeature.h>

returnValue = ripFeature_var->setByFace(face);

Return Value

Type Description
boolean Returns true if the rip definition is successful.

Parameters

Name Type Description
face BRepFace The sheet metal face that defines the rip.

Version

Introduced in version September 2023