Set center point of view rotation through API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When we press Shift + MMB we can rotate our view in Inventor manually. The rotation is made with respect to a center point, which usually is last selected entity (point, vertex, center of a face etc.). In SteeringWheels this point is called Center and in Inventor graphic windows is marked with small green sphere.
Is it possible to set this center point of view rotation through API using for example Inventor.Point object or any other? I've searched API help but everything I've found there was relating to center point of view rotation that have been made programatically. When I run these instructions the rotation was made by the code with given rotation center, but when I tried to rotate view in Inventor by using Shift + MMB it didn't change. That's my problem and what I am looking for - how to set center point of manual (Shift + MMB) view rotation through API.
Thanks for help.