VPCLIP (Command)
Clips layout viewport objects and reshapes the viewport border. You can either select an existing object to designate as the new boundary, or speciRead More…
Clips layout viewport objects and reshapes the viewport border. You can either select an existing object to designate as the new boundary, or speciRead More…
Issue: After turning off lineweight display in AutoCAD, either by setting the LWDISPLAY variable to ‘off’ or clicking off the “Show/Hide LineweightRead More…
Using this system variable you can make a selection of overlapping objects very easily. When the value of this system variable is set to 2, an overlaRead More…
This lisp will create a .mmo file with Windows notepad writer, where you can add memo remarks for the current DWG file. Once the memo file is creatRead More…
This list will rename a block that you select in the drawing (defun c:rb (/ en $bl new) (print) (prompt “\nPick Block to rename: \n”)Read More…
GeoRefImg is a LISP utility for AutoCAD 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 (plus Architecture, MechaRead More…
With this Lisp you can turn ann ELLIPSE thhat you already created to a Polyline The reason to do this, is if you need to set a width to the EllipseRead More…
Issue: When right-clicking an object in AutoCAD, the shortcut menu does not show the correct commands for the object. Causes: Object specifRead More…
Use this command to make a Breakline symbol on a line. Type BREAKLINE on the command line and press enter , then click on scale option of the commRead More…
You can use this command to write arc or circle aligned text in AutoCAD. Read More…