code wiki / (root) / nx_partanalyze.nx

nx_partanalyze.nx

buildroot/runtime/nx_partanalyze.nx

1601 B34 linesdepth 5pulls 6 transitivereach 1 importersview sourcekind library
docsdependenciesstructsconstsfunctions

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

nx_meshseg3d.nx nx_partanalyze.nx nx_partanalyze_gate.nx

imports: nx_meshseg3d.nx

imported by: nx_partanalyze_gate.nx

structs

none

consts

none

functions

11func pa_analyze(base: i64, cos_thresh: i64, thick_thresh: i64, labels: *i64, seg_thick: *i64, seg_flag: *i64, out_k: *i64) -> i64