Hi! I have one problem with coordinates of my objects. For example, I created a simple cube in Revit and exported to IFC file. After that I opened file in FME Data Inspector and I have 24 vertices or coordinates instead of 8 which I think I should have. So they are tripled. Therefore, when I calculate volume it is three times bigger. On the other hand, area calculator works fine. Is there any possibility to remove coordinates and leave only one for each vertex or maybe something else is a problem?
Solved
How to remove extra coordinates?
Best answer by daveatsafe
Hi @oliverakaranovi,
The coordinate count is based on a simplified representation of the cube, where it has six faces, each of which has 4 vertices, so the coordinate count is 24.
However, the volume is being calculated incorrectly, possibly due an issue in the geometry. If you run the feature through a GeometryValidator with the Degenerate geometry test, the output feature will have its geometry calculated correctly.
I have created a problem report for our development team to look into this issue.
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.

