RipFeatureInput.setByFace Method
Parent Object:
RipFeatureInputDefined 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
boolean |
Returns true if the defining the rip is successful. |
Parameters
face |
BRepFace |
The sheet metal face that defines the rip. |
Version
Introduced in version September 2023