fusion-energy / paramak

Create parametric 3D fusion reactor CAD and neutronics models
https://fusion-energy.github.io/paramak
MIT License
63 stars 19 forks source link

PoloidalFieldCoilSet ignores azimuth_placement_angle #130

Open RemDelaporteMathurin opened 2 years ago

RemDelaporteMathurin commented 2 years ago

Because PoloidalFieldCoilSet overwrites create_solid, the step rotate_solid is ignored.

Hence, the azimuth_placement_angle has no influence on this shape.

https://github.com/fusion-energy/paramak/blob/bee4f0434309dd3529d320f85d2cc9a819044bc5/paramak/parametric_components/poloidal_field_coil_set.py#L106-L143

RemDelaporteMathurin commented 2 years ago

Similarly, all the boolean operations are ignored (cut, union,...)