Guest lesliematt Posted July 8, 2010 Posted July 8, 2010 disregard this, posted in wrong section Quote
rkmcswain Posted July 8, 2010 Posted July 8, 2010 How about just scripting the ._Rectang command. It has optional prompts for length and width, and width of the polyline itself... (vl-cmdf "._rectang" "_W" "2.0" (setq tmp (getpoint "\n Select start point: ")) "_D" (getdist "\nEnter length: ") (getdist "\nEnter width: ") (getcorner tmp "\n Select other point: ") ) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.