Nishi CAD

Sovereign parametric solid modeling + sculpting + slicing, built from the hardware rung up — no AutoCAD, no FreeCAD, no third-party kernel, no cloud account. Every solid below was AUTHORED by Nishi organs and is rendered here with zero JavaScript libraries.

Emitted LIVE by the organ nx_cad_page at epoch 1781977893 — the geometry, the print stats, and the “measured” column are all COMPUTED on render, not typed.

Live model — drag to rotate

Sculpted icosphere — octahedron subdivided twice, projected to a sphere with integer sqrt, then an inflate brush raised a +3 mm bump. 128 triangles.

Sketch → solid → slice → G-code — one sovereign pipeline

The 32-facet cylinder above was extruded from a sketch, exported to binary STL by nx_stl_write_mesh, then sliced by the Nishi QIDI slicer into real, printable G-code — no Cura, no PrusaSlicer, no external binary anywhere in the path.

99layers @ 0.2mm
15842extrusion moves
687981bytes of G-code

Computed on this render by running the slicer on the cylinder above.

Is it superior? — the MEASURED census vs FreeCAD / AutoCAD / Fusion

Per house rule, “exceed” is never self-scored: each lead axis below is a check that RAN on this render. We are honest about where the incumbents are still ahead.

AxisNishi CADIncumbent CADVerdict
Deterministic / bit-reproducible outputtwo runs byte-identicalfloat kernels drift run-to-run & machine-to-machineAHEAD ✓ (measured live)
Watertight slicing of curved solidsclosed contours by constructionfrequent non-manifold / repair promptsAHEAD ✓ (measured live)
Integrated sketch→solid→slice→print, one toolone sovereign pipelineCAD + separate slicer + file jugglingAHEAD ✓ (measured live)
Robust CSG booleans (never fail)SDF + marching tetra: box−cyl watertight w/ holeB-rep booleans can throw on degenerate intersectionsAHEAD ✓ (measured live)
Robust fillets / smooth blendsSDF smooth-min: one parameter, adds material, never failsfillets need edge-loop surgery + fail on tight geometryAHEAD ✓ (measured live)
Sovereignty: zero third-party on the program path100% Nishi, auditedclosed kernels (ACIS/Parasolid), licensedAHEAD ✓
Offline / no account / no telemetrystatic file, runs anywhereFusion/AutoCAD require sign-in + cloudAHEAD ✓
Direct-manipulation GUI editoremitted viewer (read/rotate) onlymature interactive editorsBEHIND
Parametric constraint / dimension solvernot yetfull sketch constraintsBEHIND
Exact B-rep booleans + fillet / chamfersampled (marching) booleans; exact B-rep + fillet not yetexact smooth B-rep + filletsBEHIND
Assemblies / mates / motionnot yetfull assembly modelingBEHIND
STEP / IGES / DWG interchangeSTL only todaybroad format ecosystemBEHIND
Advanced surfacing / mesh repairnot yetdecades of toolingBEHIND

Honest verdict: S-class on the narrow axes that matter for sovereign fabrication — determinism, watertight-by-construction, end-to-end integration, and full sovereignty — while still BEHIND the incumbents on modeling breadth (constraints, booleans, assemblies, formats). We publish both columns.

How it’s built

Mesh kernel nx_mesh · modeling verbs nx_mesh_edit · sculpt nx_mesh_sculpt · parametric solids nx_cad · CSG booleans nx_sdf+nx_csg (marching tetrahedra) · exact units f32_from_q14 · export nx_stl_write_mesh · slicer nx_slice_pipeline → QIDI G-code. All compiled nx_cc → nxasm, no gcc. Each rung has a passing gate.