Skip to main content

I have a Multipatch that I need to color with the GeometryColorSetter. The MP contains an attribute with RGB (0-1, comma separated). Unfortunately the GeometryColorSetter won't let me pick an attribute for the coloring. Is there a workaround? I tried FeatureColorSetter but it doesn't color the MP. AppearanceStyler also does nothing.

Hi @clickingbuttons, the AppearanceStyler and the AppearanceSetter in the workflow below might help you. Assuming that the features has unique ID attribute which can be set to the Group By parameter in the AppearanceSetter.


Hi @clickingbuttons, the AppearanceStyler and the AppearanceSetter in the workflow below might help you. Assuming that the features has unique ID attribute which can be set to the Group By parameter in the AppearanceSetter.

This worked, thanks!

Reply