17-10. AutoCAD CHAMFER cutting top corner
How to cutting off the top of the corner in AutoCAD with the command CHAMFER?

CHAMFER command runs with toolbars MODIFY or from File Menu Modify => Chamfer, or the command line prompt, type the command.
Order CHAMFER can combine two line (angle)
The cutting edge of the linked lines is performed as follows:
EXAMPLE 1
Cutting off the top of the angle with the mouse.
TASK: Cut the tip of the right angle for 10 units, which make up two lines- - click on the Chamfer
- - Contact the clause in the command line prompt. Choose one of them (in this case I chose Distance)
- - enter the value of the first distance 10
- - Enter a value other distance 10
- - select first object (line)
- - select another object (line)
- - press the ESC key
Command: _chamfer
(TRIM mode) Current chamfer Dist1 = 0.0000, = 0.0000 Dist2
Select first line or [Undo/Polyline/Distance/Angle/Trim/Method/Multiple]: D [type the letter D (d)]
Specify first chamfer distance <0.0000>: 10 [type number 10 for the first line]
Specify second chamfer distance <10.0000>: 10 [type number 10 for the second line]
Select first line or [Undo/Polyline/Distance/Angle/Trim/Method/Multiple]: [click on the first line]
Select second line or shift-select to apply corner: [click on the second line]
Described above looks like as shown below.

Cut the right angle of the two connected lines so that line 1 connects line 2 at a 20 degree angle
Command: _chamfer [start order]
(TRIM mode) Current chamfer Dist1 = 0.0000, = 0.0000 Dist2
Select first line or [Undo/Polyline/Distance/Angle/Trim/Method/Multiple]: A [selection clause Angle - an angle]
Specify chamfer length on the first line <0.0000>: 15 [length of line that subtracts 1]
Specify chamfer angle from the first line <0>: 20 [angle that will be connected to Line 1 Line 2]
Select first line or [Undo/Polyline/Distance/Angle/Trim/Method/Multiple]: [click on the line 1 - select]
Select second line or shift-select to apply corner: [click on the line 2 - Select]
Command: chamfer (TRIM mode) Current chamfer Length = 15.0000, Angle = 20 [press ENTER]

Other subcommand explore yourself ;-)
Comments
Post a Comment