Skip to main content
Solved

How do I color 3D geometry with attribute values?

  • April 26, 2018
  • 2 replies
  • 78 views

Forum|alt.badge.img

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.

Best answer by takashi

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 post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • 7843 replies
  • Best Answer
  • April 26, 2018

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.


Forum|alt.badge.img

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!