To Modify Polylines:
- Select polyline to edit so that, it can view grip points of polyline.
- Select Grip point you want to edit, and strech that point.
- Select a polyline in which you haveto add vertex so that,it can view grip points of polyline.
- Keep your cursor on the vertex point untill a drop list is shown.
- Select add/ Remove vertex option.
To convert a line segment to Arc segment.
- Select polyline to edit so that, it can view grip points of polyline.
- Keep cursor on the grip point untill it shows drop down list.
- Select convert to arc from drop down list.
- Specify a midpoint for the arc.
To convert arc segment to line segment.
- Select polyline to edit so that, it can view grip points of polyline.
- Keep cursor on the grip point untill it shows drop down list.
- Select convert to line from drop down list.
To Change poly line width
- Click . Find
- Select the polyline to modify.
- Enter w (Width) to specify a new uniform width for the entire polyline.
- Enter the width for all segments.
OR
Command: PEDIT
Select polyline or [Multiple]: //select your poly line
Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype gen/Reverse/Undo]: W //This prompts autocad to change the width of polyline by user defined value.
Specify new width for all segments: 10 (Enter) // press Esc to leave polyline.
To change width of individual segment
- Click . Find
- Select the polyline to modify.
- Enter e (Edit Vertex).
The first vertex is marked with an X. Move to the appropriate vertex with Next or Previous.
- Enter w (Width).
- Enter the starting and ending widths.
OR
Command: PEDIT
Select polyline or [Multiple]: //select your polyline
Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype gen/Reverse/Undo]: e //This will prompt AutoCAD to edit vertx of poly line.
Enter a vertex editing option
[Next/Previous/Break/Insert/Move/Regen/Straighten/Tangent/Width/eXit] <N>: w //This will prompt AutoCAD to change width of polyline as per user defined value.
Specify starting width for next segment <0.0000>: 10
Specify ending width for next segment <10.0000>: 10
Enter a vertex editing option
[Next/Previous/Break/Insert/Move/Regen/Straighten/Tangent/Width/eXit] <N>: //Press ESC to exit the command.
To convert it to spline fit polyline:
- Select the polyline to display its grips.
- Right-click and select Polyline Spline Fit.
OR
Command: PEDIT
Select polyline or [Multiple]: //select your polyline
Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype gen/Reverse/Undo]: s //This will prompt AutoCAD to change polyline to spline fit polyline.
Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype gen/Reverse/Undo]: //Press Esc to exit the command
To convert to Curve fit polyline:
- Select the polyline to display its grips.
- Right-click and select Polyline Curve Fit.
OR
Command: PEDIT
Select polyline or [Multiple]: //select your polyline
Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype gen/Reverse/Undo]: f //This will prompt AutoCAD to change polyline to Curve fit polyline.
Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype gen/Reverse/Undo]: /Press Esc to exit the command
To remove the curve from spline fit or curve fit poly line:
- Select the polyline to display its grips.
- Right-click and select Polyline Decurve.
Command: PEDIT
Select polyline or [Multiple]: //select your polyline
Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype gen/Reverse/Undo]: d //This will prompt AutoCAD to decurve the line
Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype gen/Reverse/Undo]: //Press Esc to exit the command
Related Concepts:
Relates Task:
Related reference:
Comments
Post a Comment