ZWSOFT User Community > ZWSOFT Forums - Find. Share. Connect. > ZWCAD > LISP commands not supported by ZWCAD
LISP commands not supported by ZWCAD
LISP commands not supported by ZWCAD
20-11-2008 11:02 . pm | View his/her posts only
can someone verify if osnap command is supported in ZWCAD, i have this routine running perfectly in ACAD but not so well in ZWCAD, and it seems like this is the problem.
partial list as follows
(setq p1 (getpoint "'nEnter Insertion point: "))
(command "line" p1)
(setq p2 (osnap (getpoint "'nTouch opposite side: ") "per"))
(command "")
regards,
mac
partial list as follows
(setq p1 (getpoint "'nEnter Insertion point: "))
(command "line" p1)
(setq p2 (osnap (getpoint "'nTouch opposite side: ") "per"))
(command "")
regards,
mac
LISP commands not supported by ZWCAD
26-11-2008 06:42 . am | View his/her posts only
Any ideas how i can get around this problems? Anyone?
Regards,
Mac
Regards,
Mac
LISP commands not supported by ZWCAD
28-11-2008 03:21 . am | View his/her posts only
Update, I manage to get around this by getting the routine to draw a line, then get the routine to identify the endpoints of that line, then erasing it before proceeding to do its intended task.
Cheers
Mac



