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.

Difference between revisions of "Points"

From LibreCAD wiki
Jump to: navigation, search
(Created page with "Image:Points.png '''Commands:''' po, point <code>''Specify location''<br/></code> Click in the drawing area or enter one of the following in the command line: * 10,20[...")
 
(Put in Category:Tools)
Line 14: Line 14:
  
 
*@60<15[enter] - to place point at the distance 60 at 15 angle degree from the last drawn point.
 
*@60<15[enter] - to place point at the distance 60 at 15 angle degree from the last drawn point.
 +
 +
[[Category:Tools]]
 +
[[Category:Usage]]

Revision as of 01:59, 29 April 2015

Points.png

Commands: po, point

Specify location

Click in the drawing area or enter one of the following in the command line:

  • 10,20[enter] - to place point at coordinates x=10, y=20 from the origin - point x=0, y=0
    • @30,40[enter] - to place point at coordinates that are at distance x=30, y=40 from the last drawn point. So x=10+30=40 and y=20+40=60.
  • 50<45[enter] - to place point at the distance 50 from origin, at 45 angle degree. The positive x axis is at 0 degrees, the positive y axis is at 90 degrees.
  • @60<15[enter] - to place point at the distance 60 at 15 angle degree from the last drawn point.