Hole thread note into custom table for inspection log?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I'm trying capture the hole note in the drawing into a custom table for inspection log using Inventor 2023. I'm stuck with two issues,
1. Setting IsInspectionDimension = true for hole note losing its fractional formatting. For eg, hole note in mixed fraction like 1/2, but once IsInspectionDimension = true, it changes to decimals like 0.5. How to maintain the original fraction as it is after setting IsInspectionDimension ?
2. What is the Unicode character equivalent for the symbols used in hole note? For the below symbols,
For eg, Hole Diameter symbol in VBA is represented by ChrW(&HD8). Similarly can you guide me for the other symbols? Unfortunately i cannot use font "AIGDT" for DataTextStyle as it will modify the complete custom table style.
Thanks in advance.