My question is, using TopExplorer, what edges we get are sequentially connected to each other or it returns list of random edges?
Thanks
Discussion
3 archived replies
Posts are displayed in their archived order.
01Commenter-1
TopExp_Explorer iterates through sub-shapes exactly in the order as they have been put into shape during construction.
Edges may be put in connected order or not - this is not required by valid topology.
ShapeExtend_WireData can be used for exploring Wires as ordered list of Edges.
02Author
Hi,
ShapeExtend_WireData will exist all the time? Or it depends on how the shape is constructed? How do I get ShapeExtend_WireData from a face?
Thanks
03Commenter-2
Hi Author,
To explore edges of a wire in sequence use: BRepTools_WireExplorer