RipFeature.redefineToAlongEdge Method
Parent Object:
RipFeatureDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/RipFeature.h>
Description
Redefines the feature to be a rip along an edge.
Syntax
"ripFeature_var" is a variable referencing a RipFeature object.returnValue = ripFeature_var.redefineToAlongEdge(edge, gapDistance)
|
"ripFeature_var" is a variable referencing a RipFeature object.
#include <Fusion/Features/RipFeature.h>
returnValue = ripFeature_var->redefineToAlongEdge(edge, gapDistance);
|
Return Value
boolean |
Returns true if the rip definition is successful. |
Parameters
edge |
BRepEdge |
The BRepEdge that defines the rip. |
gapDistance |
ValueInput |
The gap distance of the rip. |
Version
Introduced in version September 2023