Array Curve Along Curve

Hello,

I am new to Rhino and I guess this is a basic question. If an answer has already been given please redirect me to it otherwise I would be grateful for an answer.

I am trying to array a curve along a curve in the roadlike mode.
The rotation in the xy axis is wanted, but I would like for the z axis to always stay perpendicular to c plane. How can I achive that?

Thank you in advance.

Hello- see if the attached script does what you want.

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

Yes it did! Thank you. Is there also a way to make copys every “given” distance instead of total number of copies?