We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I keen having to make this extruded slice shape and was thinking it would be handy to have a new parametric shape to make this easier
Currently I am doing the following
sector_angle_size = 20 cutting_wedge = paramak.CuttingWedge( height=2000, radius=2000, rotation_angle=360-sector_angle_size, azimuth_placement_angle=angle-(0.5*sector_angle_size) ) paramak.ExtrudeMixedShape( points = .... azimuth_placement_angle= angle-sector_angle_size cut = cutting_wedge, distance= 40 )
But it would be great to have something like this
paramak.ExtrudedSlice( angle=20, azimuth_placement_angle = ... distance= 40 )
The text was updated successfully, but these errors were encountered:
@shimwell I don't really get what is extruded here ?
Sorry, something went wrong.
Perhap I am getting mixed up here but we can make a slice of cake easily. The cake has a rounded rotated edge. This one has a straight edge instead.
The innertfcoilsflat is similar but only allows a simple cross section. I am keen on mixed connections https://paramak.readthedocs.io/en/main/paramak.parametric_components.html#innertfcoilsflat
No branches or pull requests
I keen having to make this extruded slice shape and was thinking it would be handy to have a new parametric shape to make this easier
Currently I am doing the following
But it would be great to have something like this
The text was updated successfully, but these errors were encountered: