Cnc Drawing Curves in Autocad

A polyline is an object in AutoCAD that consists of one or more line (or arc) segments. A rectangle is an example of a polyline that you are already familiar with. As you've seen, it is one object that can be modified and worked with easier than four separate lines.

Polylines are created using thePOLYLINE command, invoked by typingPL at the command line. To draw a simple polyline, draw it as though you are using the line command. The only difference is that it is one  object instead of many.

Polylines have some unique qualities that make them very useful:

  1. They can have width (constant or varying)

  2. They can consist of arcs and lines.

  3. They can be edited

  4. They can be joined together.

  5. They can be exploded into individual segments

Command

Keystroke

Icon

Location

Result

Polyline

Pline / PL

Polyline Icon

Home > Draw > Polyline

Creates a polyline of arcs and/or lines.

Polyline Edit

Pedit / PE Polyline Edit Icon

Home > Modify > Polyline Edit

Edits polyline objects

Explode

Explode / Exp Explode Icon

Home > Modify > Explode

Separates objects into individual components.

When you start the command, you will notice that there are several options available:More Info

Command:PL PLINE
Specify start point:
Current line-width is 0.0000
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]:

Remember that any time you want to choose an option, you type in theCapitol letter of that option.

One important tool is theClose option. This truly closes a polyline, which is different that just having two ends meeting at the same point – it's like welding the ends together. A closed polyline is required for extruding into 3-D space and other modifications. If you use theC option while drawing to complete your polyline, it will automatically be closed.

TheSpline option allows you to draw a shape of lines using arcs and/or straight lines and then change them into one flowing curve. (Spline is also a separate command on its own.)

Also by changing the width of a polyline, you can get some different looks to your lines.

Look at the examples below and then practice drawing polylines and try some of the options available.

Polyline Samples

Below is a sample drawing you can reproduce using a polyline (it could represent a slot to be cut out with a CNC router. First, think about how you would draw it using lines, arcs and circles.

Polyline Slot

Here's how you draw it using one polyline:

Command:PLPLINE
Specify start point:<pick a point>
Current line-width is 0.0000
Specify next point or [Arc/Halfwidth/Length/Undo/Width]:5
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]:A
Specify endpoint of arc or
[Angle/CEnter/CLose/Direction/Halfwidth/Line/Radius/Second pt/Undo/Width]:2
Specify endpoint of arc or
[Angle/CEnter/CLose/Direction/Halfwidth/Line/Radius/Second pt/Undo/Width]:L
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]:5
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]:A
Specify endpoint of arc or
[Angle/CEnter/CLose/Direction/Halfwidth/Line/Radius/Second pt/Undo/Width]:CL

Remember DDE? Start by entering your first point, then (with Ortho or Polar on) move your cursor to the right and type5<ENTER>thenA<ENTER> for arc and move your cursor up and type2<ENTER> then typeL<ENTER> (to go back to straight lines) and more your cursor to the left and type5<ENTER> then back to arc (A<ENTER>) and then typeCL to close the polyline. Wow! That was easy!

To edit a polyline, use thePEDIT command or typePE at the command line.

Command: PE
PEDIT Select polyline or [Multiple]:<SELECT A POLYLINE>
Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype
gen/Undo]:

One of the most common editing tools is theJoin (J) option. Use this to combine two or more polylines and their endpoints.

Use theLINE command to draw a line from 0,0 to 5,5. Now use the line command to draw a line from5,5 to8,5. This will leave you with 2 line objects that share a common point (5,5). Start the PEDIT command (PE) and select one of the lines. AutoCAD will ask you if you want to turn it into one, selectY <enter>.

Command:PE PEDIT Select polyline or [Multiple]:
Object selected is not a polyline
Do you want to turn it into one?<Y> <ENTER>
Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype gen/Undo]:J
Select objects:<select a line> 1 found

Select objects:<select the other line>
1 segments added to polyline

Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype
gen/Undo]:<Enter>

Now you have one object (a polyline). This is a handy tool to use for editing.

Now the shape is complete and you can offset it, scale it, etc., as one object. In 3D, you could also extrude it (if it is closed).

Once you have a polyline, it is sometimes useful to break it into the individual segment. For example, you might want to offset segments by varying distances.. To do this, use theExplode command. It is used to separate many other AutoCAD objects as well such as blocks.

Polylines are useful – try to use them whenever possible. Sometimes you can draw the outside walls of a building, offset the polyline for the wall thickness, then explode both of them for more versatility.

View the Flash Video  View the video about Polylines in AutoCAD.

Revcloud(Revision Cloud)

Another version of the Polyline command is the Revcloud (Revision Cloud) command. This is something you don't want to see on your drawings when the boss reviews your work. A Revcloud is used to highlight problems or errors in a drawing.

revcloud

You might also want to create a Revcloud to highlight a question you have with your own work.

To create a revcloud, start the command. Then set the arc length to about 12 for an architectural drawing, or test out different arc lengths.

Command:REVCLOUD

Minimum arc length: 96′ Maximum arc length: 96′ Style: Normal
Specify start point or [Arc length/Object/Style] <Object>: A

Specify minimum length of arc <96′>:12

Specify maximum length of arc <1′>:<ENTER>

Specify start point or [Arc length/Object/Style] <Object>:
Guide crosshairs along cloud path… <MOVE YOUR MOUSE AND CLOSE THE REVCLOUD>
Revision cloud finished.

You might have ended up with something like this:

Revision Cloud in AutoCAD

One thing with revclouds is that it can be hard to define a specific area clearly. Therefore, you have another option for creating accurate, clean revclouds like the one in the first example. Start by drawing a rectangle over the area you want to highlight, then start the Revcloud command and choose the Object option. Select the rectange and press enter to end the command. This will work on most AutoCAD objects.

View the Flash Video  View the video about creating Revclouds in AutoCAD.

Extra Practice: Copy this drawing – extra_2-001.gif. You will need to use the Arc option when drawing the polyline. Try to draw it as one line, but if you have trouble, draw two polylines and join them. After drawing it, use theSpline option ofPEDIT to change the polyline. Once you have the spline, use theDecurve option.

Extra Practice: Draw the exercise from Lesson 1-4 as a polyline. This is also a good chance to review your input options.

Extra Practice: Copy this drawing – extra_2-002.gif. The centre line in the middle indicates that both halves are the same. Create one polyline, then offset it to get the smaller one.

johnsoncous1959.blogspot.com

Source: https://cadcamengineering.net/autocad_polylines/

0 Response to "Cnc Drawing Curves in Autocad"

ارسال یک نظر

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel