0% found this document useful (0 votes)
5 views

autocad cmds

Uploaded by

Möhamed Tawfig
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

autocad cmds

Uploaded by

Möhamed Tawfig
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Basic Drawing Commands

1. LINE – Draws a straight line segment.


2. PLINE – Creates a polyline, which is a connected sequence of line segments treated as
a single object.
3. CIRCLE – Draws a circle by specifying the center point and radius.
4. ARC – Draws an arc, useful for creating rounded shapes.
5. RECTANGLE – Creates a rectangle by specifying two opposite corners.
6. ELLIPSE – Draws an ellipse or an elliptical arc.
7. POLYGON – Creates a closed shape with a specified number of sides.
8. SPLINE – Draws a smooth curve that passes through or near specified points.

Modify Commands

1. MOVE – Moves selected objects to a different location.


2. COPY – Creates a duplicate of selected objects.
3. ROTATE – Rotates selected objects around a base point.
4. MIRROR – Creates a mirror image of selected objects across a specified axis.
5. OFFSET – Creates a parallel copy of objects at a specified distance.
6. TRIM – Trims objects to meet the edges of other objects.
7. EXTEND – Extends objects to meet the edges of other objects.
8. SCALE – Scales objects by a specified factor from a base point.
9. FILLET – Rounds or fillets the edges of two objects at a specified radius.
10. CHAMFER – Creates a beveled edge between two lines.
11. EXPLODE – Breaks a complex object (like a block or polyline) into simpler components.

Annotation and Dimensioning Commands

1. TEXT – Adds single-line text to a drawing.


2. MTEXT – Adds multiline text with advanced formatting options.
3. DIM – Automatically creates dimensions (linear, aligned, radial, angular, etc.).
4. DIMALIGNED – Adds aligned dimensions along an object’s length.
5. DIMLINEAR – Adds horizontal or vertical dimensions.
6. DIMRADIUS – Measures the radius of a circle or arc.
7. LEADER – Creates a leader line with an annotation.
8. MLEADER – Creates a multileader (leader with multiple annotation options).
9. HATCH – Fills a closed area with a pattern or solid color.
Layer Management Commands

1. LAYER – Opens the Layer Properties Manager to create, delete, or modify layers.
2. LAYER OFF / LAYER ON – Turns off or on selected layers.
3. LAYER FREEZE / LAYER THAW – Temporarily hides or displays layers without deleting
them.
4. LAYER LOCK / LAYER UNLOCK – Locks or unlocks layers to prevent or allow
modifications.

Object Selection and Snap Commands

1. SELECT – Allows for various selection options (e.g., by window, crossing, etc.).
2. OSNAP – Toggles object snaps to snap accurately to points like endpoints, midpoints,
and centers.
3. ORTO (Ortho Mode) – Restricts cursor movement to horizontal or vertical directions.
4. POLAR – Enables polar tracking for snapping along preset angles.
5. GRID and SNAP – Displays a grid and snapping options to enhance precision.

View and Navigation Commands

1. ZOOM – Zooms in and out of the drawing view.


2. PAN – Moves the view without changing the zoom level.
3. VIEW – Saves and restores named views within the drawing.
4. UCS – Sets the User Coordinate System to work in different orientations.
5. PLAN – Sets the view to the plan (top) view of the current UCS.

Block and Reference Commands

1. BLOCK – Creates a block from selected objects for reuse.


2. INSERT – Inserts a block or external file (DWG) into the drawing.
3. WBLOCK – Writes objects or blocks to an external DWG file.
4. XREF – Attaches an external reference (Xref) for collaborative work.
5. ATTDEF and ATTEDIT – Creates and edits attributes for blocks, adding text fields to
blocks for additional data.

Drawing Setup and Measurement Commands


1. UNITS – Sets the drawing units (e.g., inches, feet, millimeters).
2. MEASURE – Measures distance, radius, angle, or area of objects.
3. DIST – Measures the distance between two points.
4. AREA – Calculates the area and perimeter of a closed shape.

Display and Layout Commands

1. LAYOUT – Manages layout tabs for plotting and printing setups.


2. VIEWPORT – Creates and manages viewports in a layout.
3. SCALEVIEW – Sets the scale of a view within a viewport.

File and Data Management Commands

1. SAVE / SAVEAS – Saves the drawing, either with the current name or a new name.
2. EXPORT – Exports the drawing to other formats (e.g., PDF, DWF).
3. PLOT – Prints or plots the drawing.
4. PURGE – Removes unused elements (e.g., layers, blocks) to clean the drawing.
5. AUDIT – Checks for errors in the drawing.
6. RECOVER – Recovers a drawing file after a crash or corruption.

Advanced Commands for Efficiency

1. ARRAY – Creates a rectangular or polar array of objects.


2. MATCHPROP – Matches the properties of one object to another.
3. GROUP – Groups objects together to move or manipulate as a single unit.
4. DIMSTYLE – Manages dimension styles for consistent annotation settings.
5. TEXTSTYLE – Manages text styles for uniform text appearance.
6. LAYERSTATE – Saves and restores layer settings for easy toggling between different
setups.

Bonus Commands for Productivity


1. QSELECT – Quickly selects objects based on their properties.
2. OVERKILL – Removes duplicate or overlapping lines to simplify drawings.
3. ISOLATEOBJECTS / UNISOLATEOBJECTS – Temporarily hides or isolates selected
objects for focused work.
4. REGEN – Regenerates the drawing display, useful if elements appear distorted.
5. ALIGN – Aligns objects with specified points or reference lines.

You might also like