Skip to main content
Question

GeometryValidator Invalid Solid Boundaries: Not Enough Faces vs Surface Not Closed

  • August 5, 2020
  • 1 reply
  • 109 views

virtualcitymatt
Celebrity
Forum|alt.badge.img+47

Hi all,

I've been working with validating Solid geometries in FME. I'm tying to understand the different scenarios and how they translate to the errors FME takes note of.

 

I'm specifically interested in knowing how to cause the issue of "Not Enough Faces" which is documented as an issue in the invalid solid boundaries here: http://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_Transformers/Transformers/geometryvalidator.htm#InvalidSolidBoundaries

 

I performed a simple test where I simply just removed one of the surfaces in the solid, it was just a rectangular prism but now with only 5 surfaces (instead of 6). The resulting error message was "Surface Not Closed".

 

Anyone know where I might expect to see the "Not Enough Faces" pop up?

 

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.

1 reply

virtualcitymatt
Celebrity
Forum|alt.badge.img+47

OK, I found some example where I get this error. A solid with only 2 faces - Ha! I guess the minimum number of faces you need for a valid solid is 4.