Share

AlongEdgeRipFeatureDefinition.ripEdge Property

Parent Object: AlongEdgeRipFeatureDefinition
Defined in namespace "adsk::fusion" and the header file is <Fusion/SheetMetal/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

Property Value

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

Version

Introduced in version September 2023

Was this information helpful?