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

My requirement : Use the Inventor API to obtain a specific edge within a model feature and add dimension annotations to this edge in the engineering drawing.

The AddLinear method requires a GeometryIntent object created from the Sheet class, and Sheet.CreateGeometryIntent() can only accept edges within the view. How can I convert an edge in the model into an edge within the view?

Or, my approach might be incorrect. What are the correct steps to achieve my requirement?