Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
geValidSolid Function
Syntax
C++
GE_TOOLKIT_EXPORT OdGeError geValidSolid(const OdGePoint3dArray& points, bool& isValid, const OdGeTol& tol = OdGeContext::gTol);

Checks topology of a triangulated solid. 

 

Parameters
Description
points
[in] Array of 3D points (in order of the triangles they form).
isValid
[out] Receives the validation result.
tol
[in] Geometric tolerance.

Array of points should be divided by 3 without remainder. 

Corresponding C++ library: TD_Ge

File: GeGbl.h 

Module: API Reference 

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