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.
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.
The circle diameter 9 is not square in line with the beginning of your path.
That's why it doesn't work.
Jos.
The circle diameter 9 is not square in line with the beginning of your path.
That's why it doesn't work.
Jos.
Using a circle with a radius 5 you will get at the end of the path this result:
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.
Using a circle with a radius 5 you will get at the end of the path this result:
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.
I am sorry,
Tried to help but did not inspect the solid completely.
Sure that is the problem.
Jos.
I am sorry,
Tried to help but did not inspect the solid completely.
Sure that is the problem.
Jos.
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.
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.
I have got the same result.
Think that EdwardLIM has to react.
Jos.
I have got the same result.
Think that EdwardLIM has to react.
Jos.
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
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
Would you please teach me how to do it ? Thanks !
Would you please teach me how to do it ? Thanks !
Thanks for your help !
Thanks for your help !
That's my expect result ! May I know when I need to split the line ? Is it base on turning angle ?
That's my expect result ! May I know when I need to split the line ? Is it base on turning angle ?
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.
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.
Can't find what you're looking for? Ask the community or share your knowledge.