Get intermediate steps between two lines.

Get intermediate steps between two lines.

Anonymous
Not applicable
1,276 Views
5 Replies
Message 1 of 6

Get intermediate steps between two lines.

Anonymous
Not applicable

Hi everybody, 

I need to get the intermediate steps between two lines. I attach you an image. I should can choose the number of these intermediate lines.

Any idea? 

Thank you so much! 

01.jpg

0 Likes
Accepted solutions (1)
1,277 Views
5 Replies
Replies (5)
Message 2 of 6

Ed__Jobe
Mentor
Mentor

Plain AutoCAD doesn't have anything that can figure that out for you. You would have to write a program to figure out the functions to plot those curves and then add a curve for each function.

Ed


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.
How to post your code.

EESignature

0 Likes
Message 3 of 6

leeminardi
Mentor
Mentor
Accepted solution

Working in the top view in the follow drawing I created the red line a Z = 0 and the yellow arc at z = 6.

 

I then used loft to create a surface between the line and arc.  The section command was used to create the green lines at z = 1, 2, 3, 4, and 5.

 

The resulting lines were all moved to z = 0 and the surface deleted.

image.png

lee.minardi
Message 4 of 6

imadHabash
Mentor
Mentor

Hi,

as much as i understand ... by CENTERLINE (Command) you can create an associative centerline by selecting two line segments. A centerline is created between the apparent midpoint of the start and endpoints of the selected two lines. When selecting nonparallel lines, the centerline is drawn between the imaginary intersection point and the endpoints of the selected lines.

 

 

Imad Habash

EESignature

Message 5 of 6

Anonymous
Not applicable

Thanks! Instead, I prefer do in Rhinoceros and export them to autocad.

0 Likes
Message 6 of 6

Anonymous
Not applicable

Thanks so much!

0 Likes