API Reference > Functions > geValidSolid Function
geValidSolid Function
Syntax
C++
GE_TOOLKIT_EXPORT OdGeError geValidSolid(const OdGePoint3dArray& points, bool& isValid, const OdGeTol& tol = OdGeContext::gTol);

GeGbl.h

Parameters 
Description 
const OdGePoint3dArray& points 
[in] Array of 3D points (in order of the triangles they form).  
bool& isValid 
[out] Receives the validation result.  
const OdGeTol& tol = OdGeContext::gTol 
[in] Geometric tolerance. 

Checks topology of a triangulated solid. 

 

Array of points should be divided by 3 without remainder. 

Corresponding C++ library: TD_Ge

Copyright © 2002–2022. Open Design Alliance. All rights reserved.