MeshKit
1.0
|
Classes | |
struct | coords_and_id |
Functions | |
ErrorCode | check_mesh_for_watertightness (EntityHandle input_set, double tol, bool &sealed, bool test, bool verbose, bool check_topology) |
int | compare_by_handle (const void *a, const void *b) |
int | compare_by_coords (const void *a, const void *b) |
moab::ErrorCode | check_mesh_for_watertightness (moab::EntityHandle input_set, double tol, bool &sealed, bool test=false, bool verbose=false, bool check_topology=false) |
moab::ErrorCode cw_func::check_mesh_for_watertightness | ( | moab::EntityHandle | input_set, |
double | tol, | ||
bool & | sealed, | ||
bool | test = false , |
||
bool | verbose = false , |
||
bool | check_topology = false |
||
) |
checks the input mesh for watertightness. If check_topology=true, then the mesh will be checked topologically only, no tolerances allowed. If check_topology = false, then the model will be checked for watertightness by proximity. (i.e. so long as paired vertices are within tol of each other, the mesh will be considered watertight)
ErrorCode cw_func::check_mesh_for_watertightness | ( | EntityHandle | input_set, |
double | tol, | ||
bool & | sealed, | ||
bool | test, | ||
bool | verbose, | ||
bool | check_topology | ||
) |
Definition at line 34 of file cw_func.cpp.
int compare_by_coords | ( | const void * | a, |
const void * | b | ||
) |
Definition at line 428 of file cw_func.cpp.
int compare_by_handle | ( | const void * | a, |
const void * | b | ||
) |
Definition at line 409 of file cw_func.cpp.