22-2. 3D Absolute Rectangular Coordinates
Three-dimensional Space and 3D Absolute Rectangular Coordinates in AutoCAD.


Command is entered on the form of X,Y,Z after the command line you want to draw.
Look at the picture above. To draw a Line in 3D space is necessary to specify the coordinates in the following way.
- - Click on the Isometric button to switch to 3D view (toolbar View)
- - To set the point T1 is needed: a click of a button LINE
- - Type 5,4,3 (X, Y, Z coordinates) time point T1 positioned in 3D space by planes that we have set
- - To set the line ending point T2, type in the Command Line 12,8,8 (X, Y, Z coordinates of the point T2)
How does it on the plane?
So the sequence of commands as follows:
Command: _line [click on the button to draw the line LINE]
Specify first point: 5,4,3 [setting up the first point T1 - starting X = 5, Y = 4 and Z = 3]
Specify next point or [Undo] 12,8,8 [T2 set up the second point - the final X = 12, y = 8 and Z = 8]
Point T1 - look at the XY plane
So the sequence of commands as follows:
Command: _line [click on the button to draw the line LINE]
Specify first point: 5,4,3 [setting up the first point T1 - starting X = 5, Y = 4 and Z = 3]
Specify next point or [Undo] 12,8,8 [T2 set up the second point - the final X = 12, y = 8 and Z = 8]
Point T1 - look at the XY plane

Point T1 - look at the XZ plane

Point T1 - look at the YZ plane

Point T2 - look at the XY plane

Point T2 - look at the XZ plane

Point T2 - look at the YZ plane

Comments
Post a Comment