paramak icon indicating copy to clipboard operation
paramak copied to clipboard

Wrong argument type in utils.intersect_solid

Open RemDelaporteMathurin opened this issue 3 years ago • 1 comments

https://github.com/fusion-energy/paramak/blob/bee4f0434309dd3529d320f85d2cc9a819044bc5/paramak/utils.py#L229-L246

In the code above, intersecter is a paramak.Shape but solid is paramak.Shape.solid type.

RemDelaporteMathurin avatar Nov 19 '21 09:11 RemDelaporteMathurin

I guess we should have it as paramak.Shape.solid or even better the base CadQuery object

shimwell avatar Nov 19 '21 09:11 shimwell