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 "Coordinate system"

From LibreCAD wiki
Jump to: navigation, search
(Examples of X and Y coordinates)
Line 18: Line 18:
 
Basically there are two types of Coordinates '''Cartesian''' and '''Polar'''.
 
Basically there are two types of Coordinates '''Cartesian''' and '''Polar'''.
  
The Cartesian coordinate system is  generally the standard system used in most CAD programs. A specific point in a drawing is located by exact distances from both the X and Y axes - for example a point in a drawing could be 60,45 (note the comma -, seperates the two numbers).See example Image below.
+
The Cartesian coordinate system is  generally the standard system used in most CAD programs. A specific point in a drawing is located by exact distances from both the X and Y axes - for example a point in a drawing could be 60,45 (note the comma -, separates the two numbers).See example Image below.
  
  
  
The Polar coordinate system will achieve the same result but uses one distance and one angle to do this - e.g 60<45. Note that 60 is the unit distance and 45 is the angle! see example image below.
+
The Polar coordinate system will achieve the same result but uses one distance and one angle to do this - e.g. 60<45. Note that 60 is the unit distance and 45 is the angle! see example image below.
  
  
  
In LibrecAD lines,points, Arcs, Polylines, Circles and many more entities can be drawn and placed in a drawing using either '''Absolute''' or '''Relative''' coordinate input.
+
In LibrecAD lines,points, Arcs, Poly lines, Circles and many more entities can be drawn and placed in a drawing using either '''Absolute''' or '''Relative''' coordinate input.
 +
 
 +
'''Absolute''' coordinates (description to follow)
 +
 
 +
'''Relative''' coordinates (description to follow)
 +
 
 +
'''Absolute or Relative Polar''' coordinates (description to follow)

Revision as of 00:38, 25 February 2012

The Coordinate system

In order to get the best out of LibreCAD it is wise to have a good understanding of the coordinate system and how coordinates work. Everything that you draw in LibreCAD will be exact and precise and will be placed there accurately based on the X,Y coordinate system.

The absolute origin or Zero point in your drawing is where the X and Y axes cross each other (represented by a Red cross),every entity you draw is located in relation to this origin.

In LibreCAD there is also the option to set the Relative Zero Point (small red circle).This Relative zero point can be temporarily set to a new location in a drawing so that all subsequent X and Y coordinates of entities drawn or blocks placed for example will be relative to this newly set Relative Zero Point.

In libreCAD`s 2D coordinate system all X units are measured horizontally and all Y units are measured vertically.Coordinates can also be shown as 'Positive' (+) or 'Negative'(-) values.

Examples of X and Y coordinates
Selection 011.png


Basically there are two types of Coordinates Cartesian and Polar.

The Cartesian coordinate system is generally the standard system used in most CAD programs. A specific point in a drawing is located by exact distances from both the X and Y axes - for example a point in a drawing could be 60,45 (note the comma -, separates the two numbers).See example Image below.


The Polar coordinate system will achieve the same result but uses one distance and one angle to do this - e.g. 60<45. Note that 60 is the unit distance and 45 is the angle! see example image below.


In LibrecAD lines,points, Arcs, Poly lines, Circles and many more entities can be drawn and placed in a drawing using either Absolute or Relative coordinate input.

Absolute coordinates (description to follow)

Relative coordinates (description to follow)

Absolute or Relative Polar coordinates (description to follow)