RipFeatureInput.setAlongEdge Method

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

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

Parameters

Name Type Description
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