CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]
CZ | EN | DE
Login or
registration
  Visitors: 7249

CAD tip CAD tip # 9829:

   
Question CAD 
 %  platform  category 
Q - question

DrGrid - parametric grid for AutoCAD drawings.

A - answer zgrid If you need to draw a rectangular orthographic or polar underlay (matrix, network, X-Y line raster) in your AutoCAD DWG drawing, you can use the free add-on utility CADstudio DrGrid from Download. APPLOAD the downloaded .VLX file and type the DRGRID command. Works in any AutoCAD and since release 2024 also in the LT version.

This generator automatically creates a regular Y- and Y-axis line grid (linear or logarithmic) or a polar circular grid in a specified area. The default offset equals to the current visual grid step (F7). Optionally you can autonumber the drawn lines. Every N-th line can be emphasized. In the 3D mode, a cube (box) grid is generated.

With the option Setup you can set the grid parameters - layer, fading, color, axis labels, grid labels, polar, logarithmic...

The generated underlay grid is created in a given layer (can be set as non-printing), in a given color and linetype. The grid layer is locked and drawordered to the back of your drawing. It is cleared before any new grid is drawn.

DrGrid - visual grid as real drawing entities (objects).



Polar grid numbered, sample function from 2DPlot superimposed:


Examples of DrGrid:

You can use LISP variables to predefine grid parameters:

(setq DrGridLayer "DrGrid") ; layer
(setq DrGridColor 8) ; color
(setq DrGridMajColor 9) ; majors color
(setq DrGridTransparency 30) ; transparency
(setq DrGridLabelScale 0.5) ; relative label scale
(setq DrGridLineType "DOTTED") ; linetype
(setq DrGrid3D T) ; in 3D?
(setq DrGridPolar T) ; polar grid?
;(setq DrGridNumber T) ; numbering? (not used anymore)
(setq DrGridAxisLabels "nUmber") ; nil "nUmber" "Coordinate"
(setq DrGridLabels "nUmber") ; X/Y - nil "nUmber" "Coordinate"
(setq DrGridLogStartOrder -2) ; logarithmic starting label (order)
(setq DrGridLog T) ; logarithmic

GRID command names: RASTR RASTER GRILLE REJILLA GRIGLIA GRADE SIATKA

ACADCivil3DPlantACLT2024
100% *  CAD 
16.5.2014    45960×  

See also:
Tip 14056:How to move blocks in the Z axis to the terrain model surface?
Tip 13938:ModDXF - utility for bulk modification/display of internal DXF properties in DWG entities.
Tip 13933:How to set grid colors in AutoCAD Web?
Tip 13221:Attractor - snap multiple objects to existing points/vertices.
Tip 11936:Why does AutoCAD display an oblique (skewed) plan view and a red-green crosshair?


Back   All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD:    OS:    Categ: 
Text:  FAQ glossary   



Featuring:
Link your AutoCAD block attributes with Excel tables/sheets. Automatically. Dynamically. Bidirectionally.
Try Excellink 2015 More info


Please use these tips at your own risk.
Arkance Systems is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist