Question

Set appearance of multiple geometries.

  • 23 March 2021
  • 1 reply
  • 3 views

Hi!

I have problems with setting the appearance of multiple geometry instances in FME.

 

For instance: I have N appearances with different names and want to match them with M geometries. The material with the name A(Style name) should match with the geometry with the name A (geometry Name).

 

I cannot figure it out how this is done with the appearance setter. Anyone have an idea?

 

Best regards,

Adam

 


1 reply

Badge +20

Use GroupBy procesing in AppearanceSetter. The attribute name of the appearance should match the attribute name of the geometry (use GeometryPropertyExtractor)

Reply