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