Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
CAD_CAM_MAN
1064 Views, 3 Replies

Project To Surface with API in 3D sketch

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?