BRepCoEdge.previous Property
Parent Object:
BRepCoEdgeDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepCoEdge.h>
Description
Returns the previous co-edge in the loop.
Syntax
"bRepCoEdge_var" is a variable referencing a BRepCoEdge object.
# Get the value of the property. propertyValue = bRepCoEdge_var.previous
|
"bRepCoEdge_var" is a variable referencing a BRepCoEdge object.
#include <Fusion/BRep/BRepCoEdge.h>
// Get the value of the property. Ptr<BRepCoEdge> propertyValue = bRepCoEdge_var->previous();
|
Property Value
This is a read only property whose value is a
BRepCoEdge.
Version
Introduced in version August 2014