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.
 |
 |
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:
 |
 |
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:
 |
 |
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.
 |
 |
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. 
I usually start this command by clicking
on the menu item Modify > Solids Editing > Extrude Faces.
There is also an 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:
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. |