Hi,
I am making a curvy staircase and need some advice of how to allocate an array of rectangles to a helix curve. I used ‘Flow along curve’ and it almost did it except the rectangles (would be treads ) were not properly aligned and tilt at odd angles.
Any advice of how I may go about this is greatly appreciated thank you!
kieffer
September 10, 2019, 6:39am
2
You can make a surface from the curve to guid the rectangle.
Then use the tool : ArrayCrvOnSrf
Sylvain
Willem
(Willem Derks)
September 10, 2019, 9:51am
4
Hi,
How about setting the array to Roadlike, choosing the topview Cplane as reference:
-Willem
1 Like
pascal
(Pascal Golay)
September 10, 2019, 3:25pm
5
Hello - see if the attached python helps - I think it does what you are asking.
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
This worked great! Thank you!
Would I have to know how to code in order to use python?
pascal
(Pascal Golay)
September 11, 2019, 3:37am
8
Just make sure ‘roadlike’ it making your steps level - I do not think it will.
-Pascal