AlongEdgeRipFeatureDefinition.ripEdge Property

Parent Object: AlongEdgeRipFeatureDefinition
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/AlongEdgeRipFeatureDefinition.h>

Description

Gets and sets the input edge for an along edge rip.

Syntax

"alongEdgeRipFeatureDefinition_var" is a variable referencing an AlongEdgeRipFeatureDefinition object.

# Get the value of the property.
propertyValue = alongEdgeRipFeatureDefinition_var.ripEdge

# Set the value of the property.
alongEdgeRipFeatureDefinition_var.ripEdge = propertyValue
"alongEdgeRipFeatureDefinition_var" is a variable referencing an AlongEdgeRipFeatureDefinition object.
#include <Fusion/Features/AlongEdgeRipFeatureDefinition.h>

// Get the value of the property.
Ptr<BRepEdge> propertyValue = alongEdgeRipFeatureDefinition_var->ripEdge();

// Set the value of the property, where value_var is a BRepEdge.
bool returnValue = alongEdgeRipFeatureDefinition_var->ripEdge(value_var);

Property Value

This is a read/write property whose value is a BRepEdge.

Version

Introduced in version September 2023