package OCADml
Types and functions for building CAD packages in OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
OCADml-0.2.2.tbz
sha256=8686713923981b97c6e080d6f51eda31672d5ea40494edfd90072a45b3efe287
sha512=f3d4aa044429ccbc53dc051a90638cd6df43f715f5a854e99c184ef14079b35f1947a7344a8e8dac3b63caef8329d0fa25bafde9f252b6e14678b458625f52d1
doc/CHANGES.html
v0.2.2
- fix correctness bug in
Path.noncollinear_triple
v0.2.1
- Add
Mesh.to_stl(serialization to bin/ascii stl format)
v0.2.0
- Use v4 type for
Plane.tabstract it and add type conversions Mesh.extrudealtered to return mid-sectionless shape when~heightis less than the combined height of~caps(rather than breaking withnans)- Use
Mesh.Cap.tand sub-variants more consistently for~capsspecification in sweeping functions ofMesh(looping restricted using sub-types) - Add
Mesh.revolve
v0.1.2
- Add v4 (4d vector) type at top level (use abstracted in
Quaternion)
v0.1.1
- Add
Mesh.drop_unused_points - Remove
Mesh.add_faceandMesh.add_faces - Abstract
Mesh.ttype (free up for potential impl changes) - Add
Path2.triangulateandMesh.triangulate
v0.1.0
- Initial opam release of the OCADml library