Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am working on an application for Inventor 2015 using VB.net. I need to project a 3D curve onto a body or more specifically some faces. To create this manually I start a 3D sketch, select to include the curves from a previous 3D sketch that I wish to project, use project curve to surface (next to silhouette curve) and select the appropriate inputs. I can not seem to figure out how to access the "Project to Surface" feature though the API. I am able to do an intersection curve and a silhouette curve using Sketch3D .intersection Curves. Add(Face, Work Plane) , Sketch3D .Silhouette Curves. Add(Face, Work Plane, False) respectively. Of course I need Project to Surface and thus am struggling with that one! Is it possible to access the "Project to Surface" feature in a 3D sketch through the API? Does anybody have a syntax to do this?
Solved! Go to Solution.