Message 1 of 4
iLogic Method of Identifying Face Name That a Hole Feature Is On
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I'm currently writing some code for an automatic DXF rule, and I'm running into issues with countersunk holes, as the DXF should display the smaller "though" hole, not the open countersunk end.
My question is, how can use utilise the code to identify the entity face name that the countersunk hole has been modelled on? The idea is that if it's been modelled on "Face0", that's where the larger hole will be so the DXF will be taken from the opposite face "Face1" for example.
Does someone have a snippet of code which can identify this?