Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am trying to move the camera to a specific drawing view. But for some reason the camera gives a perspective image..
What am I doing wrong? It's my first time working the camera.. 😄
Dim oCamera As Camera = m_inventorApplication.ActiveView.Camera oCamera.ViewOrientationType = ViewOrientationTypeEnum.kFrontViewOrientation oCamera.Eye = oTG.CreatePoint(oView.Position.X, oView.Position.Y, 0) oCamera.Target = oTG.CreatePoint(oView.Position.X, oView.Position.Y, 0) oCamera.ApplyWithoutTransition()
Please kudo if this post was helpfull
Please accept as solution if your problem was solved
Inventor 2014 SP2
Solved! Go to Solution.