Siberian Posted April 13, 2013 Posted April 13, 2013 I need to draw a polyline (or spline) in the XY-plane, followed by a vertical segment before continuing in the XY-plane again. The challenge is working out the vertical part while still in the top view. There's no way to change its elevation on the fly that I know of. Quote
Dadgad Posted April 13, 2013 Posted April 13, 2013 Might it be easiest to draw the two polylines or splines first in plan view, then in an isometric perspective connect them with 3D polylines? Quote
Tyke Posted April 13, 2013 Posted April 13, 2013 I need to draw a polyline (or spline) in the XY-plane, followed by a vertical segment before continuing in the XY-plane again. The challenge is working out the vertical part while still in the top view. There's no way to change its elevation on the fly that I know of. If you want all of the line-work to be one object you would have to use a 3D-polyline. I think the easiest way is to do as Dadgad suggested, and join all three lines using the JOIN command. You could still draw 2D polylines with a vertical line joining them. When you then use the JOIN command the result is automatically a 3D polyline. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.