You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "<path-to-anaconda>/envs/paramak_env/lib/python3.8/site-packages/paramak/utils.py", line 287, in cut_solid
solid = solid.cut(cutter.solid)
TypeError: 'NoneType' object is not callable
Printing the type of vol1 and vol2 shows them correctly as <class 'paramak.parametric_shapes.rotate_circle_shape.RotateCircleShape'>
Also happens for e.g. CenterColumnShieldCylinder and whether I use cut_solid or intersect_solid (from paramak.utils) and cut or intersect (from CQ directly).
The text was updated successfully, but these errors were encountered:
I want to cut one shape with another, but run into an error.
The error is as follows:
Printing the type of
vol1
andvol2
shows them correctly as<class 'paramak.parametric_shapes.rotate_circle_shape.RotateCircleShape'>
Also happens for e.g. CenterColumnShieldCylinder and whether I use
cut_solid
orintersect_solid
(from paramak.utils) andcut
orintersect
(from CQ directly).The text was updated successfully, but these errors were encountered: