algorithmic modeling for Rhino
Hi All! Need Help?
I need to shorten data from this format {0,0,0,0} to this {0,0,0}
How do I do that? I need my poly line to work ... the whole project is more complicated ...
See Image
Tags:
Hi All! I Need Help .... :( no question mark at the end)
Hi karan,
you can use a Path Mapper for this. The pattern you need looks like
{A;B;C;D} -> {A;B;C}
if you want to ditch the last digit. If you want to ditch the first one, then:
{A;B;C;D} -> {B;C;D}
etc.
--
David Rutten
david@mcneel.com
Poprad, Slovakia
Welcome to
Grasshopper
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
Added by Parametric House 0 Comments 0 Likes
© 2024 Created by Scott Davidson. Powered by