PDA

View Full Version : Double Offset



vipin_nair
2008-02-21, 12:23 PM
Hi All,

I have a problem while using these routines. This is workink in AutoCAD MEP 2008 & any other AutoCAD versions. But it does not works in AutoCAD 2008. I am getting an error " vlaxename-vlax object not found........", something like this. Any solution with an immediate effect will be appreciated. Thank you.

N.B. Please find the attachment with this mail.

ccowgill
2008-02-21, 12:54 PM
Hi All,

I have a problem while using these routines. This is workink in AutoCAD MEP 2008 & any other AutoCAD versions. But it does not works in AutoCAD 2008. I am getting an error " vlaxename-vlax object not found........", something like this. Any solution with an immediate effect will be appreciated. Thank you.

N.B. Please find the attachment with this mail.

add (vl-load-com) to the beginning of the codes and see if that fixes your problem

vipin_nair
2008-02-22, 09:06 AM
Hi ccowgill,

Thank you for your quick replay.It is working. This is very useful rotine for us. Thanks again.