Command Panel¶
VektorCAD can be operated using either the Graphical User Interface (GUI) or the Command Line Interface (CUI). When using the CUI, all commands, options, and coordinate inputs must be typed directly into the command line. This approach offers faster workflows for experienced users and enables precise control over drawing operations.
Executing Commands¶
To execute a command in VektorCAD using the Command Line Interface:
- Click on the Command Panel or press
Tabto activate it. - Type the name of the command (e.g.,
line,circle,trim,copy) and pressEnter. - The panel will prompt for the required inputs or parameters (e.g., points, radius, distance).
- Follow the on-screen instructions to complete the operation.
Most drawing and editing tools available in the GUI are also accessible via the command line. Use keyboard shortcuts and autocomplete features to improve efficiency.
Coordinate Input¶
VektorCAD supports absolute and relative coordinate input directly through the command line:
-
Absolute Coordinates:
Enter asx,y— for example:100,50 -
Relative Coordinates:
Use@before the coordinate — for example:@20,0means 20 units in the X-direction from the last point. -
Polar Coordinates:
Format:@distance<angle— for example:@50<30means 50 units at an angle of 30°
Tips:
- Use Enter to repeat the last used command.
- Press Esc to cancel an active command.
Command History¶
The Command Panel maintains a live command history that helps you track all executed operations during a session.
- Previously used commands and inputs are displayed above the current prompt.
- You can click or navigate back through the history to reuse or review past commands.
- This is especially helpful for repetitive drawing tasks or debugging input errors.
Command history is cleared when the drawing is closed or reloaded, unless autosaved or exported.