- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have a LISP program written to export skecthlines from AutoCAD with lineweights into PDF which then is used by other equipment design tool. The program works well but I have there is an issue wherein if there are hidden layers in my drawing, the macro doesn't print lines in hidden layer but the resultant converted pdf has white patches on those hidden layers. This doesn't affect the output view, but there's problem with output size.
The problem being that if there are no hidden layers in the drawing, the pdf output is limited to the equipment drawing in model space, however if there are few layers hidden then the pdf output though is similar but size is increased. (It captures equipment drawing with visible layers as well as with hidden layers and the hidden layers are not visible but the part where hidden layer exist in drawing is captured in pdf).
I have just began with LISP tutorials and don't have programming knowledge. Can anyone guide me how to resolve this?
I believe if some function is included in code to exclude hidden layers completely then it may work, can anyone highlight how to write such code?
Appreciate your help!
Solved! Go to Solution.