Open RemDelaporteMathurin opened 2 years ago
Because PoloidalFieldCoilSet overwrites create_solid, the step rotate_solid is ignored.
create_solid
rotate_solid
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
Similarly, all the boolean operations are ignored (cut, union,...)
Because PoloidalFieldCoilSet overwrites
create_solid
, the steprotate_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