Synopsis
PDX_BOOL gea_SolidIsManifold(long option, MDA_PTR gdx_solid_ptr)
Purpose
Return whether the solid is manifold or not
Description
This function will run through the topology under the solid and check to see if this solid is manifold. The checks that are performed are: o The each edge is referenced exactly 2 times o Each edge curve has exactly 2 references to faces
Input
option
Options (Not Used)
gdx_solid_ptr
The database pointer for the GDX solid entity
Return
PDX_TRUE Solid is Manifold
PDX_FALSE Solid is non-Manifold
.fi