07-14-2022
05:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
07-14-2022
05:22 AM
Hi,
Does anyone knows the code on how to set the orientation box to the top view but then also to activate zoom all so that model, part in my case, is in the middle of the screen.
So, the order would go -> 1. Select Top view on the orientation box
2. Activate the command Zoom All (View tab)
Regards,
Tom
Solved! Go to Solution.
07-14-2022
09:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
07-14-2022
09:51 AM
Is this what your asking?
Dim oCamera As Camera = ThisApplication.ActiveView.Camera oCamera.ViewOrientationType = ViewOrientationTypeEnum.kTopViewOrientation oCamera.Fit oCamera.Apply
07-14-2022
11:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report