Display.ByGeometryColor Error Message

I was trying to apply a color on a cuboid. It should be a rather simple task. However, I got an error message from the ‘Cuboid’ and ‘geometry’ connection. I suspect it is a package issue. Thank you.

Warning: One or more of the input types are not matching. Couldn’t find a version of ByGeometryColor that takes arguments of type (Auto

desk.DesignScript.Geometry.Cuboid,int)

Hi @Joe_Lee1

Color.ByARGB will work fine. You just have to turnoff preview for Cuboid.ByLengths node.

1 Like

Thank you. It works!