xaeroxx Fri, 08/29/2008 - 16:58 Forums: Other usage issuesHi Is there a way to visit the edges of a face in order? (I want to visit an edge, then the adjacent edge and so on..) Thanks xaeroxx Rob Bachrach Fri, 08/29/2008 - 17:05 Use a TopExp_Explorer to get the wires in the face. Then, use a BRepTools_WireExplorer to explore the edges in each wire. Log in to post comments Divya Thu, 09/18/2008 - 21:07 hi i want to know how to represent edge,vertex,face and loops of a part in opencascade. Log in to post comments Rob Bachrach Fri, 09/19/2008 - 14:53 Please elaborate on your meaning of "represent". They are represented by TopoDS_Edge, TopoDS_Vertex, TopoDS_Face and TopoDS_Wire. If you are looking to create your own, check out the Brep_Builder classes. Log in to post comments
Fri, 08/29/2008 - 17:05
Use a TopExp_Explorer to get the wires in the face. Then, use a BRepTools_WireExplorer to explore the edges in each wire.
Thu, 09/18/2008 - 21:07
hi i want to know how to represent edge,vertex,face and loops of a part in opencascade.
Fri, 09/19/2008 - 14:53
Please elaborate on your meaning of "represent". They are represented by TopoDS_Edge, TopoDS_Vertex, TopoDS_Face and TopoDS_Wire. If you are looking to create your own, check out the Brep_Builder classes.