Announcements

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Notification available from Inventor when raster views are fully-calculated?

Anonymous

Notification available from Inventor when raster views are fully-calculated?

Anonymous
Not applicable

Hi folks,

I've got an Inventor add-in which uses an open .idw drawing and (among other things) prints it to a PDF.  That drawing can contain raster views and unfortunately, they may not be fully-calculated when the printing operation takes place.  I realize that the IsRasterView can be set to False, but just doing that does not make a view fully-calculated for printing.

Ideally, if there’s any notification available from Inventor when the views are fully-calculated, I’d really like to hook into that.

Alternately, is there any 'IsFullyCalculated' type of property available that I can continue to query until it's complete?

Any suggestions?  Thanks!

Best Regards,
-- Jeff

0 Likes
Reply
Accepted solutions (1)
371 Views
1 Reply
Reply (1)

Anonymous
Not applicable
Accepted solution

I've found a location in my code where I can call MakeAllViewsPrecise( ) and that's sufficient for what I need presently.  Just toggling off the raster views when they aren't acceptable.  Not quite the same as waiting for fully-calculated raster views, but it'll get me by.  Thanks.

0 Likes