Monday
3D, 3D Modeling3D Modeling 11: CHAMFER in 3D
AutoCAD 2007 and higher versions
Hello dailyautocad readers,
Today, I will continue my series of articles about solid modeling. Today’s topic is to make chamfer at the corners of 3 dimensional entities. Just like FILLET command, using CHAMFER command in 3 dimensional environment is very easy. Only difference will be one additional question that AutoCAD will prompt during the execution of the command. And, this is all because of the structure of the command.

Fig.1
Command: chamfer
(TRIM mode) Current chamfer Dist1 = 0.0, Dist2 = 0.0
Select first line or [Undo/Polyline/Distance/Angle/Trim/mEthod/Multiple]:
Base surface selection…
Enter surface selection option [Next/OK (current)] <OK>: OKSpecify base surface chamfer distance: 5
Specify other surface chamfer distance <5.0>: 10
Select an edge or [Loop]: Select an edge or [Loop]:
Execution of the command is given above by an example. Let’s examine the flow of this execution step by step:
(TRIM mode) Current chamfer Dist1 = 0.0, Dist2 = 0.0
Select first line or [Undo/Polyline/Distance/Angle/Trim/mEthod/Multiple]:
First of all, AutoCAD outputs a line that includes current settings of CHAMFER command and prompts us to select the first line for which chamfering will be made. At this point, if we point to an edge of a 3 dimensional solid, then a surface which belongs to the line that we select is highlighted and the flow of the command changes as follows:
Base surface selection…
Enter surface selection option [Next/OK (current)] <OK>: OK
At this stage, you are prompted to select the first surface that belongs to the edge that you would like to make chamfering on. You must select “OK”, if the surface is selected properly. If not, you can select the other available surfaces by pressing “NEXT”. In our example, the first surface is the surface that is numbered as 1.
Specify base surface chamfer distance: 5
Specify other surface chamfer distance <5.0>: 10
Select an edge or [Loop]: Select an edge or [Loop]:

Fig.2 (from AutoCAD 2008 help file)
Now, the command is asking us the distances 1 and 2. In our example, the first distance is 5 and the second one is 10. Once the edge is selected than chamfering is done (Fig. 1).
Here are the other options of command:

Fig.3 (from AutoCAD 2008 help file)
By using edge option, chamfering is made equally for the edge that you select.

Fig.4 (from AutoCAD 2008 help file)
Another option ‘Edge loop’ is that, you can make chamfer for all of the edges that belongs to the same surface.
Fig. 2,3 and 4 was taken from help files of AutoCAD 2008.
Have a nice day.
See previous articles of series : See “3D Modeling” chapter in AutoCAD Lessons.
Technorati Tags: AutoCAD, 3D modeling, CHAMFER command
Read in other languages: TR
Viewed 8,850 times so far... This week: 60 Today: 6 Latest: 4 July 2009, 11:51Post Tags: 3D Modeling, Autocad
Related Posts
Popular
- Hip tip: Increasing view resolution with VIEWRES system variable
07/03/2009 04:39 am
7 Comments - Sirince – IZMIR
07/02/2009 11:02 am
1 Comment - Visual LISP: Programming user interfaces with OpenDCL
07/01/2009 10:15 pm
10 Comments - 3D Modeling 7: EXTRUDE
06/30/2009 02:14 pm
10 Comments - Ask DailyAutoCAD: Which Notebook to Buy?
06/30/2009 12:17 pm
1 Comment
Featured Articles
- AutoCAD 2009 Update 3 Released
- Speed Up As AutoCAD 2009 Ribbon Menu Helps You!
- MEP Analysis Extension for AutoCAD MEP extended to March 31, 2009
- Recap of AutoCAD-related technologies on Autodesk Labs
- Technology Preview of MEP Analysis Extension extended to 12/31/08
- Autodesk Labs: Forward and Backward utility for AutoCAD
|

Oct 29, 2007
Reply
As with the “Delete Fillet” function, you can also delete a chamfer. Simply use the “Delete Faces” button (or SOLIDEDIT>FACE>DELETE) then pick on the edges that make your chamfer. The chamfer will be deleted.
http://www.herculedesign.com
Jan 14, 2008
Reply
THANKS FOR THIS SOLUTION
Jul 28, 2008
Reply
Dear Sir,
The above tutorial is based on distance-distance method. that is easy to do. but i want to do chamfer a 3d solid box by distance-angle method. Is it possible?
Please reply.
Best regards,
Arghya Adhikary
Jul 29, 2008
Reply
Hello Arghya,
Of course. Please use ‘Angle’ Option in chamfer command. To understand this option easily please work around 2D chamfer first.
reagards
Aug 27, 2008
Reply
Hi,sir.I wonder if you can round off a 3D entity in different radii.I mean that if we can round off a 3D entity beginning with a radius and another radius as end.
Sep 9, 2008
Reply
Thats helpfull thanks
May 15, 2009
Reply
Hi,
Please instruct me that how i can align a brick ( a rectangular shape taken) along a curve.
Regards,
Arghya Adhikary
Tech. Support Engineer
Jun 22, 2009
Reply
How can make it through AutoLISP?