Skip to main content
Hi,

 

 

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
Hi

 

 

I'd first try using a DeAggregator to decompose any aggregates and then a GeometryCoercer to convert the individual geometries to fme_line.

 

 

David

 

 
yup, I tought that also. Doesn't work since Deaggregator explodes surfaces only to smaller surfaces which are still aggregated.
Hi

 

 

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.


Reply