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