Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm working on a small tool with which some actions in the Inventor Drawing Environment can be automated.
For this I need to define the center of a topview in a drawing.
Dim newCenter as Point2d = oApp.TransientGeometry.CreatePoint2d(oView.Center.X, oView.Center.Y)
Code above results in the center of the view. For a circular object placed on the model origin, the view center equals the origin. When the view has some asymetric geometry, the result is not as desired.
Instead of the View Center I need the origin of the model showed in the view.
What code do I need to achieve this?
René van der Starre
Solved! Go to Solution.