Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

To bring dwg file into memory

roswal

New member
Hi everyone,


I am trying to read drw file from local disk using ProMdlRetrieve(), but it needs me to keep the proe session with the dwg file to read open. Then only it reads the table information from the face of the drawing I intend to read.


Can anybody tell meset of API routines which will allow me to bring the dwg file into memory(manual interaction with Proe is not feasible solution or else ProFileOpen() cld have been used I guess) so that I wont require to open the dwg file open in the proe session, since I have to read large chunk of dwg file almost 20k files.


I am trying to create exe file.


Thanks & Regards,


Rocky
 

Sponsor

Articles From 3DCAD World

Back
Top