Where to find documentatio for Inventor ActiveX Object

Where to find documentatio for Inventor ActiveX Object

Anonymous
Not applicable
446 Views
1 Reply
Message 1 of 2

Where to find documentatio for Inventor ActiveX Object

Anonymous
Not applicable

Hi everybody,

 

I need to drive Inventor from an external application.

 

The goal is to draw a customized Tite Block (drawing lines, circle, texts) on sheets.

 

Do somebody know whrere I can find documentation / support for ActiveX Object ?

 

For exemple I need to get the list of sheets in a document : there is a function in iLogic but I don't see it in ActiveX.

 

Thanks a lot for your help.

0 Likes
Accepted solutions (1)
447 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Accepted solution

I found a solution for having acced to all the sheets of the drawing.

 

In c# you need to parse Document to DrawingDocument :

 

((DrawingDocument)docInventor).Sheets.Count;

 

Hope this will help

0 Likes