Rotating your UCS Point Size How To Use STRETCH AutoLISP: Make and Save Custom Hatch Pattern Intro to Isometric Drawing Embed a Picture (Not as a Reference) Creating A Data Link With An Excel Table Scale Objects with a Reference Change the 'Standard' Font in AutoCAD Template Categories. 3D Intro; April Fools.
- Difference Between Ucs And Wcs In Autocad
- Difference Between Ucs And Wcs
Copyright © 2004
AutoCAD 3D Training Manual ®
Written by Kristen S. Kurland
® AutoCAD is a registered trademark of Autodesk, Inc.
Chapter 1 Controlling Views
2
Copyright © 2004 - Kristen Kurland
Copyright © 2004 - Kristen Kurland
3
Viewports
Viewports Viewports 1.1
Screen divided into three tiled viewports
-Vports Command 1.
Type
-VPORTS at the command prompt. Command: -vports Enter an option [Save/Restore/Delete/Join/SIngle/?/2/3/4] <3>: enter Enter a configuration option [Horizontal/Vertical/Above/ Below/Left/Right] : enter Regenerating model.
2.
Click
once in each vport to make it active.
3.
Type
a ZOOM option in each viewport. NOTE: AutoCAD plots only the current vport.
4
Copyright © 2004 - Kristen Kurland
Copyright © 2004 - Kristen Kurland
5
Viewports
Viewports New Viewports tab of the Viewports dialog
3D Viewports 1.2
6
1.
Choose
View, Viewports, New Viewports
2.
Click
the dropdown option for Setup and click 3D.
3.
Click
OK.
Copyright © 2004 - Kristen Kurland
Copyright © 2004 - Kristen Kurland
7
Preset Views
Preset Views Preset Views 1.3 1.
Choose
View, Named Views
2.
Click
Orthographic & Isometric Views tab of the View dialog.
3.
Click
One of the following view options: Top Bottom Front Back Left Right Southwest Isometric Southeast Isometric Northeast Isometric Northwest Isometric
8
4.
Click
the Set Current button
5.
Click
the OK button
Copyright © 2004 - Kristen Kurland
Copyright © 2004 - Kristen Kurland
9
Vpoint Command
Vpoint Command Vpoint Command (Tripod) 1.4
Point in the center of the compass is the north pole
Displays a compass and tripod for defining a view rotation. The compass represents a two dimensional globe. 1.
Choose
Middle ring of the compass is the equator
View, 3D Views, Vpoint or
2.
Type
VPOINT at the command prompt.
Entire outer ring is the south pole
Command: vpoint Rotate/<-0.614,-0.614,0.500>: R (enter) Enter angle in XY plane from X axis <225>: 225 (enter) Enter angle from XY plane <30>: 15 (enter) Regenerating drawing.
10
Copyright © 2004 - Kristen Kurland
Copyright © 2004 - Kristen Kurland
11
Vpoint Command
Vpoint Command
DDVpoint Command 1.6 1.
Choose
View, 3D Views, Viewpoint Preset or
2.
Type
DDVPOINT at the command prompt. Command: ddvpoint
3.
Set
a viewing angle by typing the From X axis and XY Plane angle. Angle from the X Axis
or 4.
Pick
Angle in the XY Plane
a viewing angle in the 2 graphics Left graphic = From X Axis Right graphic = In XY Plane
5.
Click
OK. Resultant viewport with new 3D view
12
Copyright © 2004 - Kristen Kurland
Copyright © 2004 - Kristen Kurland
13
Vpoint Presets
Vpoint Presets Vpoint Command (Vector Option) 1.7
Resultant viewport with entered coordinates -1,-1,1
Enters coordinates at the viewpoint prompt. 1.
Choose
View, 3D Views, Vpoint or
2.
Type
VPOINT at the command prompt. Command: vpoint Rotate/: pick objects Enter option [CAmera/TArget/Distance/POints/PAn/Zoom/TWist/ CLip/Hide/Off/Undo]: ca Specify camera location, or enter angle from XY plane, or [Toggle (angle in)] <90.0000>: 30 Specify camera location, or enter angle in XY plane from X axis, or [Toggle (angle from)] <90.00000>: 45 Enter option [CAmera/TArget/Distance/POints/PAn/Zoom/TWist/ CLip/Hide/Off/Undo]: Regenerating model. Note: You can also twist and pick a camera location.
86
Copyright © 2004 - Kristen Kurland
Copyright © 2004 - Kristen Kurland
87
Dynamic View and Perspective
Dynamic View and Perspective DView Target Option 7.2 1.
Choose
Setting a Target Location
View, 3D Orbit or
2.
Type
DVIEW at the command prompt. Command: dview Select objects or
Every point in an AutoCAD drawing file can be identified by its X,Y,Z coordinates. (In most 2D drawings, the Z-coordinate value is 0.0.) This system of coordinates is referred to in AutoCAD as the world coordinate system, or WCS.
Coordinate input
The most direct way to enter points precisely is to type numbers with the keyboard. AutoCAD uses these keyboard coordinate entry formats:
Absolute Cartesian (X,Y) coordinates in the form X,Y (for example, 7,4)
Relative X,Y coordinates in the form @X,Y (for example, @3,2): Defines a new point that is X units horizontally and Y units vertically away from the current point.
Relative polar coordinates in the form @distance<angle (for example, @6<45): Defines a new point that is the specified distance units away from the current point at the specified angle from the origin.
User coordinate systems
Many times, you can conveniently define an additional coordinate system to more easily create drawings. This non–world coordinate system, known as a user coordinate system, is so widely used that UCS now refers to every coordinate system in AutoCAD.
Why would you want to diverge from the standard WCS? Well, the most common reason is that it’s much easier to calculate and enter coordinates if they’re based on the plane you want to work on in 3D.
Suppose that you’re modeling an old-fashioned, wedge-shaped rubber doorstop and you want to add the manufacturer’s logo to the sloping surface of the wedge. It isn’t easy if you stay in the WCS, but AutoCAD lets you set a new UCS based on that sloping surface. After the UCS is made current, you draw in it just as you draw in the WCS.
Although originally intended for 3D work, a UCS can be useful on either two dimensions or three. The WCS assumes that the north direction is straight up, but you may be working on a building layout where one wing is at a 37.8 degree angle to the other.
No problem: Simply create a UCS that’s aligned appropriately. You can look up this process in the online help system, but here’s a quick hint: Click the UCS icon in the lower-left corner of the screen to make “grips” appear at the origin and the ends of the axis indicators. Then drag the icon by its grips to set a new UCS.
Draw by numbers
Difference Between Ucs And Wcs In Autocad
AutoCAD locates absolute X,Y coordinates with respect to the 0,0 point of the drawing — usually, its lower-left corner. AutoCAD locates relative X,Y coordinates and relative polar coordinates with respect to the previous point you picked or typed.
You will see how AutoCAD uses all three coordinate formats to draw a pair of line segments that start at the absolute coordinates 2,1, and then move to the right 2 units and up 1 unit (@2,1) relative to the first point, and then (relative to that point) move 2 units at an angle of 60 degrees (@2<60).
Note in particular how the first two coordinate pairs use the same numbers (2,1) but the second pair defines a different point because of the leading @ symbol.
You can find out the X,Y location of the crosshairs by moving them around in the drawing area and reading the coordinate values at the left end of the status bar. The X,Y coordinates should change as you move the crosshairs. If the coordinates don’t change, click the drawing coordinates area until you see Coords on in the command line.
If you’re using the full version of AutoCAD, you may have noticed that three numbers are at the left end of the status bar. AutoCAD is showing you the X,Y coordinates of the crosshairs and the current elevation. However, in 2D drafting, the Z value is 0, so you can continue calling them X,Y coordinates.
Although it isn’t apparent at first, AutoCAD has, in fact, four coordinate display modes. Clicking the coordinates readout cycles through these modes:
Difference Between Ucs And Wcs
Off (<Coords off>): The status bar coordinate readout is dimmed, and the coordinate values don’t update until you pick a point.
On, showing X,Y coordinates (<Coords on>): The coordinate readout appears black, and the absolute X,Y coordinates update continuously as you move the crosshairs. If no command is active, clicking the coordinates readout alternates between this mode and <Coords off>.
On, showing polar coordinates (<Coords on>): This mode, which displays distance and angle relative to the last point picked rather than absolute X,Y values, appears if a command is active and AutoCAD is waiting for you to pick a point.
On, showing geographic coordinates (<Coords on>): This mode displays coordinates as latitude and longitude values, but it can be used only after you set the drawing’s geographic location with the GeographicLocation command.
If you start a command such as Line, pick a point, and then click the Coordinates area a few times, the display changes from coordinates Off to live absolute coordinates to live polar coordinates. Displaying live polar coordinates is the most informative mode most of the time.
If you’re working in AutoCAD’s architectural or engineering units, the default unit of entry is inches, not feet. Here are some guidelines for entering numeric values when you work with feet and inches:
To specify feet, you must enter the apostrophe (′) symbol for feet after the number:
6′ is 6 feet.
To separate feet from inches, enter a dash:
6′-6″ is 6 feet, 6 inches.
When you enter coordinates and distances, both the dash and the inch mark are optional:
6′6″ and 6′6 are the same as 6′-6″.
To type a coordinate or distance that contains fractional inches, you must enter a dash — not a space — between the whole number of inches and the fraction:
6′6-1/2 (or 6′-6-1/2) represents 6 feet, 6-1/2 inches.
To enter partial inches, use decimals instead:
6′6.5 is the same as 6′6-1/2″ to AutoCAD, whether you’re working in architectural or engineering units.