- Getting Started with DraftSight
- Jo?o Santos
- 368字
- 2021-04-09 23:55:43
Defining coordinates
An essential step in all CAD programs is to draw with precision. Defining entity points like endpoints of a segment line or a circle center, without any doubt is a constant process, which can be achieved by introducing coordinates, absolute or relative. There are also several auxiliary tools that ease the process, as shown later in the chapter.
Absolute coordinates
DraftSight uses a Cartesian system, with an origin and three orthographic axes: X, Y, and Z. All points are referenced with coordinates related to these axes. In 2D drawings, the Z coordinate can be omitted.
So, to define a 2D point in absolute coordinates, two values must be set: the first along the X axis and the second along the Y axis, separated by a comma:
X_value,Y_value
Examples, as displayed in following diagram, are the points -2,3
; -3,-2
; 1,-2
; or 4,2
.

Relative Cartesian coordinates
Often, points are defined relating to the last introduced point. To specify a point in relative Cartesian coordinates, an at the rate symbol (@) must be introduced, followed by increment in X direction, a comma, and increment in Y direction:
@increment_X,increment_Y
Of course one of these values may be zero. If both are zero (@0,0
), this means that the point is coincident with the last one. For instance, in the next image, if point A is the last point defined, point B can be given by @2,1
and point C, after B being introduced, can be given by @-1,2
.

Relative polar coordinates
Sometimes, increments between points are not known. Instead we know the direct distance and angle between points. In these situations, it is preferable to apply relative polar coordinates, starting by the @ symbol, followed by the distance, left angle bracket as the angle symbol, and the absolute angle:
@distance<angle
Angles, as displayed in following diagram, by default are in decimal degrees, measured positive counter-clockwise and the zero degrees corresponds to East.

- Hi!扁平化Photoshop扁平化用戶界面設計教程
- Procreate插畫入門必修課
- 詳解AutoCAD 2022建筑設計(第6版)
- 中文版Illustrator CC基礎培訓教程(移動學習版)
- Joomla! Social Networking with JomSocial
- Power Query從入門到精通
- 說服力:工作型PPT該這樣做(第2版)
- 中文版After Effects 2022基礎教程
- Unity 2020游戲開發快速上手
- ASP.NET Core 3從入門到實戰
- 虛擬現實:沉浸于VR夢境
- Photoshop CC完全自學教程:從入門到實踐(全新版)
- AutoCAD 2016中文版基礎教程(全圖解視頻版)
- Adobe創意大學Premiere Pro影視剪輯師標準實訓教材(CS6修訂版)
- NumPy 1.5 Beginner's Guide