BRepCoEdge.edge Property

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

Description

Returns the edge this co-edge is associated with.

Syntax

"bRepCoEdge_var" is a variable referencing a BRepCoEdge object.

# Get the value of the property.
propertyValue = bRepCoEdge_var.edge
"bRepCoEdge_var" is a variable referencing a BRepCoEdge object.
#include <Fusion/BRep/BRepCoEdge.h>

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

Property Value

This is a read only property whose value is a BRepEdge.

Version

Introduced in version August 2014