fusion-energy / paramak

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

Extrude rectangle shape requried #34

Open shimwell opened 3 years ago

shimwell commented 3 years ago

In a similar manner to the PF coils (rotated rectangles) it would be useful for a model I'm keen to build if we have an extrude rectangle.

Defined in a similar manner, center_point````,height,widthanddistanceinstead ofrotation_angle```

My use use requires the workplane and rotation_axis to be set

workplane='XY',
rotation_axis ='Z',
shimwell commented 3 years ago

I've started work on this here https://github.com/fusion-energy/paramak/tree/adding_extruded_rectangle_component

shimwell commented 3 years ago

TODO