Array problem

HI,

I am doing an array curve to array a vertical line along a spiral but since the spiral is not a 2d element, when finishing the command (using roadlike) the output lines are a little tilted because they are perpendicular to de line. i need them to be vertical to de cplane. Any suggestions ???

Hello - see how this script works for you -
ArrayCrvFlat.py (2.0 KB)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

-Pascal

It work just fine Pascal,
Thanks!