17-11. AutoCAD FILLET round top corner
How to rounded the top right corner in AutoCAD?

FILLET command runs with toolbars with the MODIFY from File Menu Modify > Fillet, or the command line prompt, type the command. FILLET command can round off a merger of two lines (angle)
Curvature coupled lines is done as follows:
Curvature coupled lines is done as follows:
Example by using the mouse
TASK: round off the right angle to form two lines for the corner radius of 30 degrees
- - Click on the button FILLET
- - Contact the clause in the command line prompt. Choose one of them (in this case I chose Radius - radius)
- - Enter the value of a radius of 30 degrees
- - Select first object (line)
- - Select another object (line)
- - Press the ESC key
Command: _fillet
Current settings: Mode = TRIM, Radius = 0.0000
Select first object or [Undo/Polyline/Radius/Trim/Multiple]: R [type the letter R (r) to run the subcommand Radius]
Specify fillet radius <0.0000>: 30 [type of angle of the radius of the circle]
Select first object or [Undo/Polyline/Radius/Trim/Multiple]: [select the first line]
Select second object or shift-select to apply corner: [select second-line]
Described above looks like as shown below. (Note if the angle is drawn from Polylines (recetangle etc.) that should act as a step, especially where you need to select another object as the first step of selecting selects the entire Polyline)

EXAMPLE 2
Command: _fillet
Current settings: Mode = TRIM, Radius = 20.0000 [value for the set radius]
Select first object or [Undo/Polyline/Radius/Trim/Multiple]: R
Specify fillet radius <6.0000>: 6 [enter radius value]
Select first object or [Undo/Polyline/Radius/Trim/Multiple]: [click on the first line]
Select second object or shift-select to apply corner: [click on the second line]
Command:
Command: _fillet
Current settings: Mode = TRIM, Radius = 20.0000 [value for the set radius]
Select first object or [Undo/Polyline/Radius/Trim/Multiple]: R
Specify fillet radius <6.0000>: 6 [enter radius value]
Select first object or [Undo/Polyline/Radius/Trim/Multiple]: [click on the first line]
Select second object or shift-select to apply corner: [click on the second line]
Command:

The picture below is an example of how to perform rounding FILLET command in the drawing which is on the RECTANGLE command.

Comments
Post a Comment