|
BRL-CAD
|
Go to the source code of this file.
Data Structures | |
| struct | brep_quality_options |
Functions | |
| void | ON_Brep_Quality_Defaults (struct brep_quality_options *opts) |
| int | ON_Brep_Quality_Check (const ON_Brep *brep, struct bu_vls *msgs, const struct brep_quality_options *opts) |
|
extern |
|
extern |
Run geometry quality checks that are stricter than ON_Brep::IsValid().
Returns the number of hard errors found. Warnings, including conservative self-intersection-risk notices, are written to msgs when supplied but do not contribute to the return value.