Simple Step of Creating 3D Drawings in Autocadd
Simple Step of Creating 3D Drawings in Autocadd
Simple Step of Creating 3D Drawings in Autocadd
Viewing an object in three dimensions gives you a sense of its true shape and form. It also helps you conceptualize your design, which results in better design decisions. In addition, using threedimensional objects helps you communicate your ideas to those who may not be familiar with the plans, sections, and side views of your design. A further advantage to drawing in three dimensions is that you can derive 2D drawings from your 3D models, which may take considerably more time with standard 2D drawing methods. For example, you can model a mechanical part in 3D and then quickly derive its 2D top, front, and right-side views by using the techniques discussed in this chapter. In this chapter, youll learn to do the following: Know the u 3D modeling workspace u Draw in 3D using solids u Create 3D forms from 2D shapes u Isolate coordinates with point filters u Move around your model u Get a visual effect u Turn a 3D view into a 2D AutoCAD drawing u Import point cloud data
Styles in Getting a Visual Effect later in this chapter, but for now, youll get a brief introduction by changing the style for the exercises that follow: 1. In the Home tabs View panel, click the Visual Styles drop-down list to view the options. 2. Select the Shades Of Gray option. This will give the solid objects in your model a uniform gray color and will also highlight the edges of the solids with a dark line so you can see them clearly.
Creating a 3D Box
Start by creating a box using the Box tool in the Home tabs Modeling panel: 1. Close the Materials Browser by clicking on the X in the upper-right corner of its title bar. You wont need it for this chapter. If you feel you need to have it back later, you can go to the Materials panel in the Render tab and click the Materials Browser tool. 2. Click the Box tool from the Solids flyout on the Home tabs Modeling panel.
Solids flyout
3. Click a point near the origin of the drawing shown in Figure 21.6. You can use the
coordinate readout to select a point near 0,0. Once you click, you see a rectangle follow the cursor. 4. Click another point near coordinate 20,15, as shown in Figure 21.6. As you move the cursor, the rectangle is fixed and the height of the 3D box appears. 5. Enter 4for a height of 4 units for the box. You can also click to fix the height of the box. select the center, then the radius, and finally the height. For a wedge, you select two corners as you did with the box, and then you select the height. Youll learn more about these 3D solid primitives in Chapter 24.
Figure 21.7
Grips appear on 3D solid.
Click this arrow grip to adjust the length of the box. Ctrl-click the top edge to displayRotating
Typically, you work in what is known as the World Coordinate System (WCS). This is the default coordinate system that AutoCAD uses in new drawings, but you can also create your own coordinate systems that are subsets of the WCS. A coordinate system that you create is known as a User Coordinate System (UCS). UCSs are significant in 3D modeling because they can help you orient your work in 3D space. For example, you could set up a UCS on a vertical face of the 3D box you created earlier. You could then draw on that vertical face just as you would on the drawing s WCS. Figure 21.9 shows a cylinder drawn on the side of a box. If you click on the Cylinder tool, for example, and place the cursor on the side of the box, the side will be highlighted to indicate the surface to which the cylinder will be applied. In addition, if you could see the cursor in color, you would see that the blue Z axis is pointing sideways to the left and is perpendicular to the side of the box. The UCS has always been an important tool for 3D modeling in AutoCAD. The example just described demonstrates the Dynamic UCS, which automatically changes the orientation of the X, Y, and Z axes to conform to the flat surface of a 3D object. You may have noticed that when you created the new 3D file using the acad3D.dwt template, the cursor looked different. Instead of the usual cross, you saw three intersecting lines. If you look carefully, youll see that each line of the cursor is a different color. In its
default configuration, AutoCAD shows a red line for the X axis, a green line for the Y axis, and a blue line for the Z axis. This mimics the color scheme of the UCS icon, as shown in Figure 21.10.
when you point at a surface on a 3D object. The following exercise shows you how to use the Dynamic UCS to help you rotate the box about the X axis: 1. Be sure the Object Snap and Allow/Disallow Dynamic UCS features are turned on.
Allow/Disallow Dynamic UCS Object Snap
2. Click Rotate from the Home tabs Modify panel or enter Ro.3. At the Select objects: prompt, click
the box, and then press to finish your selection. 4. At the Specify base point: prompt, dont click anything, but move the cursor from one surface of the box to a side of the box. As you do this, notice that the surface you point to becomes highlighted. The orientation of the cursor also changes depending on which surface youre pointing to. 5. Place the cursor on the left side, as shown in the top image of Figure 21.11; then Shift+right-click your mouse and select Endpoint from the Osnap shortcut menu. 6. While keeping the side highlighted, place the Osnap marker on the lower-front corner of the box, as shown in the top image in Figure 21.11. Click this corner. As you move the cursor, the box rotates about the Y axis. 7. Enter 30 for the rotation angle. Your box should look like the image at the bottom in Figure 21.11. Here you saw that you can hover over a surface to indicate the plane about which the rotation is to occur. Now, suppose you want to add an object to one of the sides of the rotated box. The next section will show you another essential tool, one you can use to do just that