A Collection of solidpython functions, helpers etc
Go to file
acereca 63d8f7ea99 new path 2021-02-12 14:22:12 +01:00
docs new path 2021-02-12 14:22:12 +01:00
solidLib add Jenkinsfile and update prminitives 2021-02-12 12:35:14 +01:00
.gitignore add `grid` and `round_box` 2021-02-09 10:42:37 +01:00
Jenkinsfile pip absolute path 2021-02-12 14:18:52 +01:00
LICENSE add `grid` and `round_box` 2021-02-09 10:42:37 +01:00
README.md „README.md“ ändern 2021-02-09 10:59:30 +01:00
grid.scad add toolinserts and pill primitive 2021-02-11 21:30:02 +01:00
requirements.txt add `grid` and `round_box` 2021-02-09 10:42:37 +01:00
setup.py add `grid` and `round_box` 2021-02-09 10:42:37 +01:00
tests.py add toolinserts and pill primitive 2021-02-11 21:30:02 +01:00

README.md

solidLib

A Collection of solidpython functions, helpers etc

Content

  • solidLib.primitives
    • round_box(x: float, y: float, z: float, r: float)
  • solidLib.assortment
    • grid(x: float, y: float, w: float = 3, h: float = 1.5, fillet: bool = False, dim: float = 59)