- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, everyone
After calculating the mesh using createMeshCalculator method for a BRepFace, I get a TriangleMesh class including some nodes and triangle faces.
Now I would like to know, for the nodes in TriangleMesh, how do I know which nodes are located on the edge of this face(BrepFace.edges), and which BRepEdge they are on for each node? In other words, for each edge, how can I get the indexes of all nodes of mesh on it in order?
Solved! Go to Solution.