Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello together,
Since the IV version 2019 it is possible to assign a name to a surface. Now I want to access the name of the surface via iLogic and export it as DXF. In the sippets there is also a syntax for it
Dim namedEntities = ThisDoc.NamedEntities
But somehow I can't get it in the right order.
With the following syntax I get it, if you select the corresponding area with the mouse.
ThisApplication.CommandManager.Pick(kPartFacePlanarFilter,
However, I want to automatically process an Excel file, so it would be annoying to have to click on the face again and again.
I hope you can help me.
Solved! Go to Solution.