Skip to main content

The file formats for my model are COLLADA and OBJ.When I read the file with FME, I noticed that I could not pick a single entity on the model. The FME will automatically integrate the model into a whole, is it?In this case, my model exports files in other formats(as 3d tiles) via FME, and can I separately pick a single entity on the model?

FME usually reads a COLLADA or OBJ dataset as a single feature, which could have either a single surface or an aggregate consisting of multiple surfaces. If you need to decompose the aggregate into individual surface parts, consider using the Deaggregator transformer.


Reply