[Search tip detail and code files using keywords, tip number, author name, etc ]
 
    For tip to function correctly, you must ensure that the downloaded file name matches the file name
    displayed in the Rename File To field. Please rename downloaded files when necessary.
Create Running Dimensions
Tip# 4006 By Steven Matchett On 29-Oct-2012
0
Rated By 0 users Downloaded : 570
Categories : Create Dimension
Software type : AutoCAD 2013
Rename File To : DIMORDINATE-CON.LSP
Use this LISP routine to set the zero point for running dimensions.

Steven Matchett shares a LISP routine that will alter AutoCAD's UCS (user coordinate system) in order to simplify the creation of ordinate dimensions.

"I get tired of changing my UCS when I'm creating running dimensions, so I made this LISP routine for setting the zero point for ordinate (running) dimensions, then continuing the dimensions. The default command is RD. All you need to do is click the zero reference point, the base point for the dimension, and the other end of the dimension; the remainder of the dimensions will continue from the first."

Notes from Cadalyst Tip Reviewer Brian Benton: This routine simplifies the creation of ordinate dimensions quite well. Typically, out of the box, you have to place ordinate dimensions one at a time, and you have to select the same source point each time. This routine removes a few steps for you. It creates a new UCS based on your source point, then allows you to keep dimensioning from that point. Be sure to reset to World coordinates when you are finished.

 

Average Rating:
0


User comments
Comment by Vilela,Antonio
Posted on 2012-10-30 11:39:39
If you use QDIM command, you can put this dimensions, context menu "datumPoint" option, with 2 single clics.