RipFeatureInput.setByFace Method

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

Description

Specifies the rip feature will be defined by a face..

Syntax

"ripFeatureInput_var" is a variable referencing a RipFeatureInput object.
returnValue = ripFeatureInput_var.setByFace(face)
"ripFeatureInput_var" is a variable referencing a RipFeatureInput object.

#include <Fusion/Features/RipFeatureInput.h>

returnValue = ripFeatureInput_var->setByFace(face);

Return Value

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

Parameters

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

Version

Introduced in version September 2023