A Collection of solidpython functions, helpers etc
Go to file
acereca 9e7328669b install package as doc is dependent on it 2021-02-12 12:42:12 +01:00
docs update docs 2021-02-12 12:32:21 +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 install package as doc is dependent on it 2021-02-12 12:42:12 +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)