
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to automate a series of images from an Inventor Model with iLogic.
So far I can export everything I want by changing Shading Styles and Lighting, but I am unable to get a Ray Traced image.
Have found some code to set the Display Mode to Realistic...
oView.DisplayMode = Inventor.DisplayModeEnum.kRealisticRendering
...and some more code to set Quality...
oView.RayTracingQuality = Inventor.RayTracingQualityEnum.kHighRayTracingQuality
...but I can't get it to start Ray Tracing, or set a time for it to save after.
I may very well be barking up the wrong tree here, but is this do-able?
I just want to automate the following;
1. Turn on Ray Tracing
2. Wait 90 seconds
3. Save the resulting image
Solved! Go to Solution.