I want to creat a closed polying with any given paramters. I've tried (setq Width (Getreal " Enter Width... ")) (setq Height (Getreal " Enter Height...")) (setq P2 '(width height 0)) (setq P3 '(5 5 0)) where to test above I wanted to just draw a line from P2 to P3, but nothing is happening