Hi,
Is there a way to run AutoCAD scripts in FME without calling or using AutoCAD licence?
I need to Copy or Rename Layout of my template file.
Hi,
Is there a way to run AutoCAD scripts in FME without calling or using AutoCAD licence?
I need to Copy or Rename Layout of my template file.
Best answer by nielsgerrits
A workaround I have used is to read the DWG template, write it to DXF (which is an open format) read the DXF as text, edit the textfile with FME, write it back to text, read the DXF, write it to DWG.
It is quite a bit of a hassle, but it can work if you really need it.
Using FeatureReaders / FeatureWriters you can do this in one workbench.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.