I'm having data in AutoCAD .dwg format. Is there a way to explode polyfaceMesh (fme_geometry: fme_aggregate, fme_type:fme_surface) to lines?
Thank you for your help
I'm having data in AutoCAD .dwg format. Is there a way to explode polyfaceMesh (fme_geometry: fme_aggregate, fme_type:fme_surface) to lines?
Thank you for your help
I'd first try using a DeAggregator to decompose any aggregates and then a GeometryCoercer to convert the individual geometries to fme_line.
David
I'd first try using a DeAggregator to decompose any aggregates and then a GeometryCoercer to convert the individual geometries to fme_line.
David
apologies, you were actually right. Thank you.