Skip to content

Command Reference

PlanCAD includes a command-line interface at the bottom of the screen. Press / to focus it at any time. Type a command name (or alias) and press Enter to execute. Autocomplete suggestions appear as you type — use the arrow keys to navigate and Tab or Enter to accept.

Commands are case-insensitive.

All Commands

CommandAlias(es)Description
LINELDraw a line segment
CIRCLEDraw a circle
ARCDraw an arc
RECTANGLERECTDraw a rectangle
POLYLINEPLDraw a polyline
ELLIPSEELDraw an ellipse
SPLINEDraw a spline curve
TEXTPlace single-line text
MTEXTMTPlace multiline text
DIMENSIONDIMAdd a dimension
ANNOTATIONAdd a leader annotation
HATCHCreate a hatch fill
IMAGEInsert an image
MLINEMLDraw parallel wall lines
XLINEXLDraw construction line (infinite)
WIPEOUTCreate a wipeout area
TABLETBInsert a table
MOVEMMove selected entities
COPYCOCopy selected entities
ROTATERORotate selected entities
SCALESCScale selected entities
MIRRORMIMirror selected entities
TRIMTRTrim entity at intersection
EXTENDEXExtend entity to boundary
OFFSETOOffset a polyline
FILLETFFillet two lines
CHAMFERCHAChamfer two lines
BREAKBRBreak entity at point
STRETCHSStretch entities
JOINJJoin lines/polylines
EXPLODEExplode selected entities
ARRAYARCreate rectangular array
MATCHPROPMAMatch properties between entities
ERASEEDelete selected entities
UNDOUUndo last action
REDORedo last undone action
SELECTVSelection tool
MEASUREMeasure distances
GROUPGGroup selected entities
UNGROUPUGUngroup selected entities
OVERKILLRemove duplicate entities
ZOOMZWZoom to window
PURGEPUPurge unused layers and blocks
FENCEFEFence selection mode
STAND-NUMBERSNInteractive stand numbering tool
FROMSet base point and offset

Coordinate Input

When a drawing tool is active, the command line accepts coordinate input in addition to command names. All coordinates are in the current drawing units.

FormatSyntaxDescription
Absolutex,yExact position in model space. Example: 100,250
Relative Cartesian@dx,dyOffset from the last confirmed point. Example: @50,0
Relative polar@d<angleDistance and angle from the last confirmed point. Example: @100<45
Polar (short form)d<angleSame as relative polar — the @ prefix is optional. Example: 150<90
Bare distancedA plain number. Applies the given distance along the current cursor direction from the last confirmed point. Example: 200

Angles are measured in degrees, counter-clockwise from the positive X axis.

FROM — Offset from a Base Point

FROM lets you pick a snapped base point and then enter an offset relative to it. This is useful for locating a point that has a known geometric relationship to an existing feature without needing to calculate absolute coordinates.

  1. Type FROM and press Enter (or activate it from the command line while a drawing tool is active).
  2. Click or snap to the base point on the canvas.
  3. Enter an offset in any supported format (e.g., @30,15) and press Enter.

The resulting point is placed at the base point plus the offset.

Notes

  • MOVE, COPY, ROTATE, SCALE, MIRROR require at least one entity to be selected before the command is issued. If nothing is selected, the command has no effect.
  • JOIN requires exactly two compatible entities to be selected.
  • ARRAY opens the rectangular array dialog. For a polar array, use the Modify menu or the P canvas shortcut when entities are selected.
  • OVERKILL scans the entire drawing and removes zero-length entities and exact geometric duplicates.
  • PURGE removes all layers and block definitions that are not referenced by any entity in the drawing.