Skip to main content
Question

Write Sketchup with colors

  • February 24, 2017
  • 3 replies
  • 24 views

sigtill
Supporter
Forum|alt.badge.img+25

It seems FME supports reading Sketchup and colors - through attributes like RenderingOptions.GroundColorRGB . However it does not seem to write these attributes if you have an fme_color on an object. I have tried creating an RenderingOptions.GroundColorRGB = 0.59999999999999998,0.74117647058823533,0.56470588235294117 - however it does not seem to work.

How do you set colors properly in FME for them to be displayed within Sketchup correctly?

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.

3 replies

Forum|alt.badge.img
  • 11 replies
  • September 18, 2018

Hey @sigtill

 

I also want to generate an skp file and am having trouble with colors, too. Did you find out how to set colors?

 

Thanks in advance :-)

 

Lena

sigtill
Supporter
Forum|alt.badge.img+25
  • Author
  • Supporter
  • 956 replies
  • September 18, 2018

Hey @sigtill

 

I also want to generate an skp file and am having trouble with colors, too. Did you find out how to set colors?

 

Thanks in advance :-)

 

Lena
Hi @kgt_lena ! - yes - I needed to use the ApperanceSetter and set the colors with that. Use an inspector after the AppearanceSetter to visually inspect the feature in Data Inspector and verify that itis ok before writing to Sketchup.

 

 

PS: You can use a RandomColorsetter for testing before the AppearanceSetter to get a color.

 


kidega
Contributor
Forum|alt.badge.img+8
  • Contributor
  • 41 replies
  • May 9, 2020
Hi @kgt_lena ! - yes - I needed to use the ApperanceSetter and set the colors with that. Use an inspector after the AppearanceSetter to visually inspect the feature in Data Inspector and verify that itis ok before writing to Sketchup.

 

 

PS: You can use a RandomColorsetter for testing before the AppearanceSetter to get a color.

 

Hi @sigtill

Do you know if the ApperanceSetter also work on geometry lines of sketchup? Basically setting colors of lines. Not sure if you can actually set colors of lines in sketchup it self?