I have a brep ,using the showedges command hint has 15 edges.
I using these 15 edges do filletedges command ,and it success,but I want using C++ sdk function do these,so I need get the 15 edges using c++ code,but when I using on_brep::m_E.Count() funtion just return 11 edges?
what wrong ?
.edges.3dm(752.9 KB) is the test 3dm file
another question:
I need write a general function to get all edges of brep which can filletted.(just like filletedges command can do)
how can I write this function