[Sweep] Error Code Number is 115028

[Sweep] Error Code Number is 115028

edwardlim8
Participant Participant
8,734 Views
11 Replies
Message 1 of 12

[Sweep] Error Code Number is 115028

edwardlim8
Participant
Participant

I have to sweep by one circle ( radius: 9) to make 3D solid along my 3DPolyline path. However, the sweep is not work due to turning point of my 3DPolyline too big.

 

Is it any other ways to draw 3D solid along 3DPolyline path?

 

The following is my drawing attachment.

0 Likes
8,735 Views
11 Replies
Replies (11)
Message 2 of 12

j.bongers
Enthusiast
Enthusiast

The circle diameter 9 is not square in line with the beginning of your path.

That's why it doesn't work.

jbongers_0-1650005871626.png

 

Jos.

0 Likes
Message 3 of 12

j.palmeL29YX
Mentor
Mentor

Using a circle with a radius 5 you will get at the end of the path this result: 

 

 

sweep fails.png

 

 

What do you expect if the radius is 9 (as yours)? 

 

AutoCAD can not build such overlapping volume at once. 

 

 

Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

0 Likes
Message 4 of 12

j.bongers
Enthusiast
Enthusiast

I am sorry,

Tried to help but did not inspect the solid completely.

Sure that is the problem.

 

Jos.

 

 

0 Likes
Message 5 of 12

j.palmeL29YX
Mentor
Mentor

With some additional effort you can get this (attached file). 

Does that meet your goal?
(If yes I can show you a video ...)

Jürgen Palme
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature

Message 6 of 12

j.bongers
Enthusiast
Enthusiast

I have got the same result.

Think that EdwardLIM has to react.

 

Jos.

0 Likes
Message 7 of 12

parkr4st
Advisor
Advisor

is it any other ways to draw 3D solid along 3DPolyline path?

yes

break the line at the intersections.  center a sphere r =9 on the intersections. sweep the circle along the lines, and union the solids into one.  

see attched .dwg

Message 8 of 12

schulz8NPAP
Advocate
Advocate

Additional

Regards

Jochen

www.black-cad.de

0 Likes
Message 9 of 12

edwardlim8
Participant
Participant

Would you please teach me how to do it ? Thanks !

0 Likes
Message 10 of 12

edwardlim8
Participant
Participant

Thanks for your help !

0 Likes
Message 11 of 12

edwardlim8
Participant
Participant

That's my expect result ! May I know when I need to split the line ? Is it base on turning angle ?

edwardlim8_2-1650419221726.png

 

0 Likes
Message 12 of 12

schulz8NPAP
Advocate
Advocate

Hello,

as you can see from the source code this is an idea coming from 2010.

There is no error handling included - especially for considering self-intersections.

But - is this really an error if you imagine to make the LINE 3 longer (or - if you make the diameter smaller) ?

Regards

Jochen

PS.: Please consider that the diameter of the tube has to be smaller than the radius of bending.

 

0 Likes