02-26-2019
06:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-26-2019
06:08 PM
Hey @NirantarVidyarthee ,
From the original code, the Point2d is at position (14, 13.9825), which is too close the the base view so that the projected view is failed to be created at this point.
Changing this line to enlarge coordinate a little bit can fix it:
Dim insTvY As Double = fv.Position.Y + (0.685 / 2.0) + 2

Jane Fan
Inventor QA Engineer