cadmium icon indicating copy to clipboard operation
cadmium copied to clipboard

Python library for Solid Modelling

Results 3 cadmium issues
Sort by recently updated
recently updated
newest added

Hi Jay3sh Thanks for this excellent solid modeller tool. It looks very promissing to my project However, I have installed your module under windows and had to do quite some...

please look at this: `````` #!/usr/bin/python import sys sys.path.append('./src') from cadmium import * u = Box(62,62,100, center=True) + Sphere(19).translate(-31,-31,-31)``` when run with current HEAD, I get: ```Traceback (most recent call...

Union consumes about 500 Kb per sphere, though not producing new vertices. Following program was run on a machine with 512Mb memory limit, crashed after making union of 800 identical...