BRepCoEdge.isOpposedToEdge Property
Parent Object:
BRepCoEdgeDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepCoEdge.h>
Description
Indicates if the orientation of this co-edge is in the same direction or opposed to its associated edge.
Syntax
"bRepCoEdge_var" is a variable referencing a BRepCoEdge object.
# Get the value of the property. propertyValue = bRepCoEdge_var.isOpposedToEdge
|
"bRepCoEdge_var" is a variable referencing a BRepCoEdge object.
#include <Fusion/BRep/BRepCoEdge.h>
// Get the value of the property. boolean propertyValue = bRepCoEdge_var->isOpposedToEdge();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version August 2014