I am working with a 3D city model (composed of meshes), where the vertex normal pool is simply a copy of the vertex pool. Obviously, this is incorrect and I do not know why that is the case, as I was simply handed the model ready-made. I am wondering therefore if there is a possibility to do a reset for these measurements? To calculate the vertex normals in some automatic way anew? I appreciate any input on this matter! Many thanks.
Solved
Is there a way to recalculate vertex normals when these measures already exist?
Best answer by virtualcitymatt
Try the MeshMerger - the mesh merger contains post processing steps.
I think it should work even when there is just one mesh per group.
If it doesn't work then you can use a GeometryCoercer to coerce the mesh into a composite surface, then you can use the MeasureRemover to remove all of the normals. After removing the normals, coerce back into mesh with GeometryCoercer and the run through the GeometryValidator where issue to detect is set to MissingVertexNormal
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.
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.

