|
download |
---|
Layers for Layer Lexicon : Based on AIA Layering Guideline | |||
---|---|---|---|
![]() |
Complete list of layers for all disciplines! | ||
Free |
|
Copy Copy : Code : AutoCAD 2000 and Later | |||
---|---|---|---|
Source Code |
(defun c:cc ( / ss1 bpt) (while (not ss1) (princ "\nCopy multiple: ") (setq ss1 (ssget)) );while (while (not (setq bpt (getpoint "\nSpecify base point: ")))) (command "._copy" ss1 "" "m" bpt) );defun |
||
FREE Source Code! |
|
French Curve (Arc Continue Tanget) : Code : AutoCAD 2000 and Later | |||
---|---|---|---|
Source Code | This code allows the user to continue any arc tagentially from either end. Basically it's like a french curve for AutoCAD. AutoCAD allows you to continue the Last ARC drawn, but there is no easy way to continue any ARC tangentially from either end. When you select an arc the FCURVE command sets the current layer to the selected arc's layer and continues tangentially from whichever end the selected point was closest to. The lisp is fully commented. Also attached is a DWG file and DWF file with some curvilinear shapes created using this routine. | ||
FREE Source Code! |
|
Support : Need Help? | ||
---|---|---|
support@caddee.com |
||
... |