Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
xiaodong_liang
in reply to: Anonymous

Hi Mark,

 

I'd think you are are asking for a specific requirement that there would not be an exact answer (or demo code).

 

The basic ability of iLogic is in term of the wrapped functions, while it does not mean these functions can meet all requirements. but iLogic is based on Inventor API. you can still extend the ability by Inventor API in iLogic. For your requirement, you need the API.

 

If you have not been familiar with, I 'd recommend the following tutorials, including some are related to your requirements:

Materials to get started with Inventor API

http://modthemachine.typepad.com/my_weblog/2013/02/inventor-api-training-lesson-1.html

 

material on how to work with iLogic + Inventor API

http://au.autodesk.com/au-online/classes-on-demand/class-catalog/2011/autocad-inventor-suites/autode...

 

material on the API of sheet metal, where you will get to know how to get information of Bend.

http://download.autodesk.com/media/adn/Autodesk_Inventor_API_Module5_SheetMetal_01April10.zip

 

material on API of drawing document that introduces how to work with drawing sheet, e.g. when you want to find edge information of the 3D model from a drawing curve.

http://download.autodesk.com/media/adn/Autodesk_Inventor_API_Module7_Drawing_Documents_15April10.zip

 

finally, how to add a custom table to drawing document:

a demo code is available in Inventor API help document (C:\Program Files\Autodesk\Inventor 2015\Local Help\ admapi_19_0.chm

 

Hope these are helpful. If you have question, please do isolate the requirement into pieces. It is not easy to get answer if the description isgeneral.