FILLET
- Last UpdatedOct 05, 2023
- 1 minute read
Purpose
Create an arc segment between two intersecting Clines or inserts a fillet at a vertex in a polyline.
Syntax
FILLET $N < < /V > ! < /TRIM < /JOIN > > >
Description
Fillet creates an arc of a specified radius tangent to two intersecting Clines or at the selected vertex in a polyline. The Clines or vertex are selected via the cursor.
If not using the /V qualifier, a separate arc is created as a Cline (and stored on the current layer) unless /JOIN is specified.
Command Qualifiers
|
$N |
The radius of the arc. |
|
/V |
Optional qualifier that specifies for a multi edges curve, that the fillet radius is applied at the selected vertex and the adjacent edges are trimmed and joined to the fillet curve. |
|
/TRIM |
The fillet is created as a separate curve and the edges adjacent to the fillet are trimmed to the fillet. |
|
/JOIN |
The edges adjacent to the fillet are joined to the fillet curve. |