My model is complicated and I need to simplify it.If FME can do the job, I will be grateful.
Thanks a lot.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
Just for clarification, what do you mean by "model"? An FME Workspace or a 3D model of a building or something like that?
My model is a BIM model, the format is fbx.The model has a large number of faces, so when converting 3d tiles format, the 3d tiles files are large. The model has a large number of faces, so when converting 3d tiles format, the 3d tiles files are large. I want to know if the model has been streamlined while FME reads fbx files. I would like to know whether FME supports further simplification of the model.
My model is a BIM model, the format is fbx.The model has a large number of faces, so when converting 3d tiles format, the 3d tiles files are large. The model has a large number of faces, so when converting 3d tiles format, the 3d tiles files are large. I want to know if the model has been streamlined while FME reads fbx files. I would like to know whether FME supports further simplification of the model.
Hi @zhengsy,
just as a tip, you can use a Deaggregator to split the fbx model up into multiple parts. After that in the 3DTiles writer se the number of features per tile to something small. This will allow the model to be streamed in smaller chunks. It makes for a better user experience.