myCADsite Logo
Welcome to myCADsite.com
Here you will find some useful tips and tutorials to help you in your daily CAD work or get you started today.
   
 
 
Home
Tutorials
Downloads
Surveys
Links
Samples
Guestbook
Etc.
   
     
 

LESSON 3-11

LESSON 3-1

INTRODUCTION TO 3-D

LESSON 3-2

ISOMETRIC DRAWING

LESSON 3-3

WORKING IN 3 DIMENSIONS

LESSON 3-4

VIEWING 3-D OBJECTS

LESSON 3-5

BASIC WIRE FRAME MODELS

LESSON 3-6

LINE THICKNESS

LESSON 3-7

REGIONS AND 3-D SURFACES

LESSON 3-7a

MORE ABOUT EXTRUDING

LESSON 3-8

REVOLVED OBJECTS

LESSON 3-9

ADDING MATERIALS

LESSON 3-10

PRIMITIVE SOLIDS

LESSON 3-11

BOOLEAN OPERATIONS

LESSON 3-12

THE USER CO-ORDINATE SYSTEM (UCS)

LESSON 3-13

MAPPING MATERIALS

LESSON 3-14

CREATING NEW MATERIALS

LESSON 3-15

EXTRA PROJECTS AND A TUTORIAL

LESSON 3-16

PUTTING IT ALL TOGETHER - MODEL A BUILDING


Notes about these lessons:

Most regular text is in burgundy on these pages. Anything you see on AutoCAD's command line is in blue Courier font. Important terms are usually highlighted in red and will also have hyper links attached. Whenever you see a More Info icon, click on it for more information.


Topics covered in this Lesson:


BOOLEAN OPERATIONS

Working in 3D usually involves the use of solid objects. At times you may need to combine multiple parts into one, or remove sections from a solid. AutoCAD has some commands that make this easy for you. These are the boolean operations:

UNION – combines two or more solids into a single object

SUBTRACT – removes the volume of one solid from another

INTERSECT - finds the interference area of solids objects and retains that volume.

These commands work only on solids or regions. They are easy to work with IF you follow the command line prompts. Here is an example of each.

Start these exercises by drawing a block 5W X 7L X 3H and a cylinder 3 units in diameter so that the center of the circle is on the midpoint of the block.

UNION

Below left, there is a box and a cylinder. These are two separate objects. If you want to combine them into one object, you have to use the union command.

Before Union After Union

The UNION command combines one or more solid objects into one object.

Here are the command line prompts and the resulting object:

Command: union (PRESS ENTER)
Select objects: (SELECT THE BLOCK) 1 found
Select objects: (SELECT THE CYLINDER) 1 found
Select objects: (PRESS ENTER)

NOTE: The object that you select first will determine the properties of the unioned object when it is created.

SUBTRACT

The subtract command is used to cut away, or remove the volume of one object from another. It is important to check the command line when using this command. Remember that AutoCAD always asks for the object that you are subtracting FROM first, then it asks for the objects to subtract. Here is an example:

Before Subtract After Subtract

The SUBTRACT command removes the volume of one or more solid objects from an object.

Command: subtract
Select solids and regions to subtract from...
Select objects: (SELECT THE BLOCK) 1 found (PRESS ENTER)
Select objects: Select solids and regions to subtract...
Select objects: (SELECT THE CYLINDER) 1 found (PRESS ENTER)
Select objects: (PRESS ENTER)

INTERSECT

This command creates a new solid from the intersecting volume of two or more solids or regions. AutoCAD will find where the two objects have an volume of interference and retain that area and discard the rest. Here is an example of this command:

Before Intersect After Intersect

The INTERSECT command combines the volume of one or more solid objects at the areas of interference to create one solid object.

Command: intersect
Select objects: (SELECT THE BLOCK) 1 found
Select objects: (SELECT THE CYLINDER) 1 found
Select objects:
(PRESS ENTER)

Try these commands with various 3D solid objects to get familiar with them. Draw the block in Lesson 3-2. Draw the outline of the block, extrude it - then draw the circle and extrude it. Then subtract the circle from the block.

These commands will allow you do a lot of 3D work, using only the extrude and these boolean commands. Of course, there are some other ways to edit 3D solids.


SLICE

This command does exactly what the name implies. You can slice a 3D solid just like you were using a knife.

Start with the basic block and cylinder shape you used in the examples above.

Slice Pickpoints Slice Result

The INTERSECT command combines the volume of one or more solid objects at the areas of interference to create one solid object.

Command: slice
Select objects: 1 found
Select objects: Specify first point on slicing plane by
[Object/Zaxis/View/XY/YZ/ZX/3points] <3points>: PICK POINT 1
Specify second point on plane: PICK POINT 2
Specify third point on plane: PICK POINT 3
Specify a point on desired side of the plane or [keep Both sides]: Pick on the side towards the cylinder.

This is a very useful command - think of it as a trim in 3D. Make sure you have your Osnaps on for this command and that you pick the correct points. In a complex 3D drawing, this can be tough to see.

EXTRUDE FACE

Just as there is a "trim"-like command in 3D - there is also a "stretch". This is a new command in recent versions. More Info

I usually start this command by clicking on the menu item Modify > Solids Editing > Extrude Faces. There is also an icon Extrude Face Icon for it, but it is not on a standard menu.

The command is quite easy to use, but you need to be careful on which face you select.

Try to extend one edge of the block by 1 inch. Start the command and pick the face on the side (on the bottom line). You'll notice that the bottom face highlights as well. Next type R and pick the bottom face to remove it. Then follow the command line to finish the command.

Command: _solidedit
Solids editing automatic checking: SOLIDCHECK=1
Enter a solids editing option [Face/Edge/Body/Undo/eXit] <eXit>: _face
Enter a face editing option
[Extrude/Move/Rotate/Offset/Taper/Delete/Copy/coLor/Undo/eXit] <eXit>: _extrude
Select faces or [Undo/Remove]: (PICK BOTTOM LINE OF SIDE FACE) 2 faces found.
Select faces or [Undo/Remove/ALL]: R
Remove faces or [Undo/Add/ALL]: (PICK AN EDGE ON THE BOTTOM FACE)2 faces found, 1 removed.
Remove faces or [Undo/Add/ALL]: (ENTER)
Specify height of extrusion or [Path]: 1 (ENTER)
Specify angle of taper for extrusion <0>: (ENTER)
Solid validation started.
Solid validation completed.
Enter a face editing option
[Extrude/Move/Rotate/Offset/Taper/Delete/Copy/coLor/Undo/eXit] <eXit>: (ENTER)

You should end up with this:

Extrude Face Result 

With the commands explained on these pages, you will be able draw most of the shapes you will need in 3D. There are other options, but get very familiar with these 3D editing options before moving on. The drawings done in the sample drawing section were done almost exclusively with the commands taught in Lessons 3-7 to 3-11. You approach will make the project easy or difficult. Think of the various ways to draw an object before starting. You could save days with some forethought.

Top of the PageRETURN TO THE TOP OF THE LESSON

TAKE THE QUIZ FOR THIS LESSON

NEXT LESSON: 3-12 >>

<< Previous Lesson 3-10


   
     
 
Disclaimer
Privacy
Search
Resume
E-mail
   
 

Site is owned and operated by Art Whitton, Las Vegas, NV

Last Update: PST
   
     

Valid HTML 4.01!