Build123d: A Python CAD programming library
A python CAD programming library. Contribute to gumyr/build123d development by creating an account on GitHub. (more…)
Read more »
In previous posts, I only used strings and booleans. In this one, I use a new data type called “int” (for integer) that allows the storage and computation of natural numbers (numbers without a decimal part). I use them to … Continue reading →… Read more