I am flattening a complex 3D building into its outline and then I want to use its max height to extrude the footprint. This works until I want to use the max height I extracted as variable for the extrusion; instead of just using the value, the AttributeCreator (NA: ExtrudeHeight, AV: _max) creates two features, one with just the extrusion attribute + value, and the other with just the attribute, but empty. How do I just write the number into the attribute field of the geometry?
Solved
How to use a value without creating a new feature?
Best answer by danilo_fme
Hi @clickingbuttons,
I believe you needs to use the transformer to merger the features coming from the Dissolver and coming from DuplicateFilter.
You can use the transformer FeatureMerger before the transformer AttributeCreator.
Thanks,
Danilo
Reply
Rich Text Editor, editor1
Editor toolbars
Press ALT 0 for help
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.