-
Hello, I am trying to open a .step file, find faces based on their name, find the edges of these faces, and name those edges. I have attached two simple cad files : one with 5 named faces, and the result I want to achieve (same cad but with the edges named). Any help/hint is appreciated. Thanks, Hugo |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This in-progress PR may be of interest to you. It works with assemblies, but it can import face names. |
Beta Was this translation helpful? Give feedback.
Correct. I do not believe that there is any way to get face names, colors and layers currently without dropping back to the OCP layer and writing lower level code yourself.