I saw in this and many tutorials that the node Curve.ExtrudeAsSolid is used to extrude different curve at same height. Do you know how to create a definition that extrude a list of curves with a preset list of height(string or values)?
I tried to do that but seems like the node Curve.ExtrudeAsSolid don’t accept arrays…
Hello. If you mean you want sides of a solid extruded to different heights (like each face extruded to a different height), try extruding as surfaces first then join them all into a single solid.
Now I have this definition, and it extrudes every polycurve by 15000 mm… If I try to change the distance from a single parameter to a list of values, it appared me this error…
“Warning: One or more of the input types are not matching. Couldn’t find a version of ExtrudeAsSolid that takes arguments of type (__array,Autodesk.DesignScript.Geometry.Vector,__array)”