RipFeature.redefineToAlongEdge Method

Parent Object: RipFeature
Defined 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

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

Parameters

Name Type Description
edge BRepEdge The BRepEdge that defines the rip.
gapDistance ValueInput The gap distance of the rip.

Version

Introduced in version September 2023