
CAD discussion forum - ask any CAD-related questions here, share your CAD knowledge on AutoCAD, Inventor, Revit and other Autodesk software with your peers from all over the world. To start a new topic, choose an appropriate forum.
Please abide by the
rules of this forum.
This is a peer-to-peer forum. The forum doesn't replace the official direct technical support provided by ARKANCE for its customers.
How to post questions: register or login, go to the specific forum and click the NEW TOPIC button.
Author |
Topic Search Topic Options
|
hgf_21_xy
Newbie
Joined: 15.Apr.2010
Location: China
Using: AutoCAD LT 2010
Status: Offline
Points: 17
|
Topic: 002-To convert spline to solid line Posted: 16.Aug.2010 at 04:23 |
Dear all,
Had a part scanned with a 3D scanner, got the .igs 3D dwg after scanning, then .dwg 2D converted from above 3D.But all the lines on this 2D dwg are spline,could not be taken directly.
Question is how to convert spline to solid line in AutoCAD? 
|
Ken@Greiner Aerospace
|
 |
CarlB
Senior Member
Joined: 16.Oct.2009
Location: United States
Status: Offline
Points: 321
|
Posted: 16.Aug.2010 at 06:58 |
If you mean convert spline to a polyline, a few ways to do that. If you want line segments, you could explode the polyline.
1. Export to ver R12 dxf 2. use Express Tools "flatten" command 3. Use the lisp routine, "spl2pl.vlx"at http://www.dotsoft.com/freestuff.htm
|
 |
hgf_21_xy
Newbie
Joined: 15.Apr.2010
Location: China
Using: AutoCAD LT 2010
Status: Offline
Points: 17
|
Posted: 16.Aug.2010 at 10:03 |
Thanks for the reply.
But it seems not working in this way or maybe I did sth wrong.Can you show more details?
|
Ken@Greiner Aerospace
|
 |
CarlB
Senior Member
Joined: 16.Oct.2009
Location: United States
Status: Offline
Points: 321
|
Posted: 16.Aug.2010 at 11:08 |
Which method did you try? And I wasn't real sure what you are trying to achieve. The methods I showed would convert a spline to a polyline, which would still be a single object and contain arc segments. It would look about the same.
|
 |
hgf_21_xy
Newbie
Joined: 15.Apr.2010
Location: China
Using: AutoCAD LT 2010
Status: Offline
Points: 17
|
Posted: 17.Aug.2010 at 03:01 |
Thanks for the explanation.Quite clear how to convert spline to polyline,but what I actually need is to convert the spline to solid line or arc,which are the same as those drawn by
LINE or
ARC.
|
Ken@Greiner Aerospace
|
 |
CarlB
Senior Member
Joined: 16.Oct.2009
Location: United States
Status: Offline
Points: 321
|
Posted: 17.Aug.2010 at 06:16 |
Use "explode" to convert a polyline to segments (arcs and lines).
|
 |
hgf_21_xy
Newbie
Joined: 15.Apr.2010
Location: China
Using: AutoCAD LT 2010
Status: Offline
Points: 17
|
Posted: 23.Aug.2010 at 08:31 |
CarlB wrote:
Use "explode" to convert a polyline to segments (arcs and lines). |
With this method,segments are available,but they are all very short sections,just like cutted from a long line or curve.That's not enough for me,is there any way to connect these short segments to a long line or curve?
|
Ken@Greiner Aerospace
|
 |
CarlB
Senior Member
Joined: 16.Oct.2009
Location: United States
Status: Offline
Points: 321
|
Posted: 23.Aug.2010 at 19:31 |
I thought your request was to make objects ARCS or LINES, thus the need to EXPLODE. Before you exploded the polyline, those objects were connected. Exactly what AutoCAD object can you work with? Spline -no, polyline- no, arcs & lines- too many...
|
 |