BRepEdge.tangentiallyConnectedEdges Property
Parent Object: BRepEdgeDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepEdge.h>
Description
Returns a collection of edges that includes all of the edges tangentially connected to this edge. The result includes this edge. The edges are in the collection in their connected order.
Syntax
"bRepEdge_var" is a variable referencing a BRepEdge object.
|