Skip to content

v1.4.0 — load-brep / import --allow-invalid

Latest

Choose a tag to compare

@gsdali gsdali released this 20 Jun 00:09
4859b27

load-brep and import gain --allow-invalid (JSON: allowInvalid), threaded to OCCTSwift 1.8.0's Exporter.writeBREP(allowInvalid:). Lets an in-progress reconstruction — a compound of loose analytic faces, possibly invalid — be persisted into a scene manifest and reloaded for measurement (metrics, measure-deviation, graph-validate), instead of being refused by the shape.isValid write gate. Default off preserves the gate. OCCTSwift floor → 1.8.0.

Enables OCCTMCP #41. PR #60.