Skip to main content

KulmanLab CAD — Command Reference

Welcome to the KulmanLab CAD command reference. Use the sidebar to browse all available commands grouped by category.

Draw commands

CommandWhat it does
LineDraw a straight line between two points
PolylineDraw a multi-segment open path
RectangleDraw an axis-aligned rectangle
CircleDraw a circle by center and radius
ArcDraw an arc through three points
EllipseDraw an ellipse by center and two axes
TextPlace a text label on the canvas
Spline CVDraw a spline by placing control vertices
Spline FitDraw a spline that passes through clicked points

Edit commands

CommandWhat it does
MoveMove selected entities to a new position
CopyCopy selected entities to a new position
RotateRotate selected entities around a base point
MirrorMirror selected entities across a line
ScaleScale selected entities around a base point
DeleteRemove selected entities from the drawing
TrimTrim a line segment at its intersections
UndoUndo the last action
RedoRedo the last undone action

Measure commands

CommandWhat it does
DistanceMeasure the distance between two points
AngleMeasure the angle between three points

View commands

CommandWhat it does
PanClick and drag to move the viewport
Zoom InZoom the viewport in
Zoom OutZoom the viewport out
FitFit all entities into the viewport

File commands

CommandWhat it does
PrintExport a drawing area as a PNG image

How commands work

Every command follows the same pattern:

  1. Activate — click the toolbar button or type the command name in the terminal at the bottom of the screen.
  2. Follow the prompt — the terminal shows what input is expected next.
  3. Finish or cancel — most commands finish automatically after the last input. Press Escape at any time to cancel.

Selecting objects

Several edit commands (Move, Copy, Rotate, Mirror, Scale, Delete) share the same selection behaviour:

  • Click an entity to select or deselect it.
  • Drag right (left to right) for strict selection — only entities fully inside the box are selected.
  • Drag left (right to left) for crossing selection — any entity that intersects the box is selected.
  • Press Enter or Space to confirm the selection and proceed to the next step.