nx_partanalyze.nx
buildroot/runtime/nx_partanalyze.nx
about
nx_partanalyze.nx -- END-TO-END underbuilt-part analysis (cadtwin R8-geometric): the operator's literal goal
"rebuild a car and identify underbuilt parts if flipping them." COMPOSES three gated organs: nx_meshseg3d
(segment a scanned mesh into PARTS) -> nx_meshthick (per-part wall THICKNESS by ray-casting) -> flag any part
whose min wall < a DATA-DRIVEN threshold as UNDERBUILT. The geometric half of the flip-analysis; the data half
is nx_underbuilt_board (NHTSA complaints/recalls per component) -- cross-referenced by the caller. Deterministic.
license_tier: ORIGINAL
dependencies 1 imports · 1 importers
imports: nx_meshseg3d.nx
imported by: nx_partanalyze_gate.nx
structs
| none |
consts
| none |
functions
| 11 | func pa_analyze(base: i64, cos_thresh: i64, thick_thresh: i64, labels: *i64, seg_thick: *i64, seg_flag: *i64, out_k: *i64) -> i64 |