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