Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

RE: Active model coordinates of extended view

$
0
0

[quote user="blumax57"]
There is a way in VBA to get the  coordinates of view.extents relative to model[/quote]

View.Origin is the view's lower-left corner.  View.Extents is the size of the view.  Vector add Origin + Extents = top-right corner.

Dim corner As Point3d
corner = Point3dAdd (oView.Origin, oView.Extents)

Viewing all articles
Browse latest Browse all 7260

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>