#2
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

#3
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.