Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to access all the six views of a 3D model and get these 6 views as .png files all within ObjectARX?
Solved! Go to Solution.
Is there a way to access all the six views of a 3D model and get these 6 views as .png files all within ObjectARX?
Solved! Go to Solution.
You could create a layout with 1 to 6 viewports with matching view directions and zoom and "plot" this layout as PNG.
You can also create PNGs for each view to the model with the ATIL SDK. See <ArxDir>\utils\atil.
If you want to try ATIL you can use this sample project as starting point.