A Collection of solidpython functions, helpers etc
Go to file
acereca cf368e2212 correct listing 2021-02-09 10:58:48 +01:00
solidLib add `grid` and `round_box` 2021-02-09 10:42:37 +01:00
.gitignore add `grid` and `round_box` 2021-02-09 10:42:37 +01:00
LICENSE add `grid` and `round_box` 2021-02-09 10:42:37 +01:00
README.md correct listing 2021-02-09 10:58:48 +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

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)