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