Skip to main content
Solved

Sketchup Layers

  • November 16, 2012
  • 1 reply
  • 71 views

I am using FME to write a Sketchup files with a combination of different elements.  Is there a way to define layers with FME in a sketchup file?

 

 

I examined a sketchup file with layers using the logger in FME and it looks like the GeometryTrait "sketchup_layer_name" is used define the layer of the object.  But when I add this attribute to my translation the objects are not placed on different layers.  They all still end up on Layer 0.

Best answer by conterrauta

Hi,

 

 

The layername is stored in the GeometryTrait.

 

You can set it with the GeometryPropertySetter.

 

 

Kind regards

 

Uta
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.

1 reply

Forum|alt.badge.img
  • Best Answer
  • November 18, 2012
Hi,

 

 

The layername is stored in the GeometryTrait.

 

You can set it with the GeometryPropertySetter.

 

 

Kind regards

 

Uta