CadTools and xTurn (Vehicle Turning Software) Forum

CadTools General Category => CadTools General => Topic started by: JensM on August 19, 2022, 12:26:43 PM

Title: Project 2D polylines to surface
Post by: JensM on August 19, 2022, 12:26:43 PM
Hi,

I'm trying to find a way to convert multiple 2D polylines to 3D polylines.
The height of 3D polylines should be determined on the basis of a previously made surface.
Is this possible with CadTools?

Thanks!
Title: Re: Project 2D polylines to surface
Post by: Lars on August 19, 2022, 04:10:27 PM
Hi!
Yes that os possible.
This procedure will drop the polyline onto the triangles and insert a vertex at every crossing with a triangle leg. As an option you can drape only original line vertices (useful if you creating a drainage pipe)

If your 2DPolyline contain arcs they will be converted to 3Dline elements due to the fact that a 3Dpolyline only can contain straight line elements. You can use the Setting "Chord height" in the General tab to manipulate the accuracy (default value is 0,01, a lower value will increase the accuracy)

Lars
Title: Re: Project 2D polylines to surface
Post by: JensM on August 21, 2022, 05:16:42 PM
Thanks for your reply, will try it soon  :)