News

By Philippe Leefsma Q: Is it possible to create Drawing Dimensions and other annotation such as a text box with a leader using the Inventor API? A: The following VB.NET example show how to create a ...
Private Sub DrawBalloon () ' assume we have got Inventor application 'set a reference to the drawing document 'this assumes a drawing document is active Dim oDrawDoc As DrawingDocument oDrawDoc = ...