Page 1 of 1

LISP for Intellicad

Posted: Fri Jul 27, 2001 4:52 am
by Vicente
How can I get in Lisp for Intellicad the same results I get for (polcont) in Lisp for Autocad?.Thanks for your help.

Posted: Fri Jul 27, 2001 6:20 am
by avaernes
Polcont appears to be a localized command/function name for the Spanish Autocad/Intellicad version. If it is a command, try (getcname "polcont") to get the english command name. If it is a function definition, describe what it does, so that I know what function we are talking about.

Regards,
Asbjørn

Posted: Fri Jul 27, 2001 1:49 pm
by Vicente
Polcont is a function that need a point into a closed space (polcont pt1) to draw a polyline as a limit of that space, (as "boundary" or "_bpoly") you can use it to fill whith a hatch or to calculate area of this space. I cannot use "boundary" as cannot manage the dialog box that appear, from LISP.

Thanks for your quick answer.

Posted: Sat Jul 28, 2001 12:58 am
by avaernes
I see,
Try -BOUNDARY to bypass the dialog.
Regards,
Asbjørn