Message 1 of 1
Hole Table API error

Not applicable
09-04-2016
11:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi community,
using INVENTOR 2015 we have created a command to generate the view with its hole table.
To create the hole table we use the code:
HoleTable oViewHoleTable = default(HoleTable);
oViewHoleTable = oActiveSheet.HoleTables.Add(oDrawingView, oPlacementPoint);
but some holes are out of position (see attachement)
If we use the command in Inventor (after patch in SP2) it works.
Can you help me?
Regards,
Bruno