Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

idw file data extraction

3 REPLIES 3
Reply
Message 1 of 4
amitnkukanur
697 Views, 3 Replies

idw file data extraction

Hello,

 

I am doing a project which is dependent on iProperties and is working well. However in one typical case i am required to extract data from IDW File BOM. 

 

Is it possible to do so and if yes and reference is available.

 

 

rgds

Senior Software Engineer
3 REPLIES 3
Message 2 of 4

You may use the following object’s relationships:

 

DrawingDocument => DrawingBOMs => DrawingBOM => DrawingBOMColumns and DrawingBOMRows collections and DocumentDescriptor object.

 

DrawingBOMRow => DrawingBOMCell => Value

DrawingBOMRow => BOMRow Property => (ItemNumber, ItemQuantity, TotalQuantity, etc.)

 


Vladimir Ananyev
Developer Technical Services
Autodesk Developer Network

Message 3 of 4

Hi Vladimir,

Thanks for reply. Will come back after working on this solution.
Senior Software Engineer
Message 4 of 4
PoYHove
in reply to: amitnkukanur

Hi Amitk

 

Did you find a solution to this ? I am working on the same task !

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report