Skip to main content
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.
Hi,

 

 

The layername is stored in the GeometryTrait.

 

You can set it with the GeometryPropertySetter.

 

 

Kind regards

 

Uta

Reply