We have moved to https://dokuwiki.librecad.org/

Lots of content was already moved to the new wiki, but there is still work to do. If you want to contribute, please register a new account at https://dokuwiki.librecad.org/

This wiki will be kept for a while to keep search engine results valid. Moved sites may be deleted here in future.

Points

From LibreCAD wiki
Jump to: navigation, search

Points.png

Commands: po, point

Specify location

Click in the drawing area or use the following syntax with the command line:

  • x,y

This creates a point at coordinates x,y relative to the origin (0,0).

  • @x,y

This creates a point at coordinates x,y relative to the relative zero position. Relative zero.png
The @ symbol means that we want the relative zero position to be considered the origin;
the coordinates are added to the coordinates of the relative zero position.

  • distance<rotation

This creates a point a specified distance from the origin,
and rotated a specified amount of degrees around the origin.

  • @distance<rotation

This creates a point a specified distance from the relative zero position,
and rotated a specified amount of degrees around that point.

Selection 030.png

You can read Coordinate system for more information.