Skip to content
New issue

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

new parametric shape #750

Open
shimwell opened this issue Feb 27, 2021 · 2 comments
Open

new parametric shape #750

shimwell opened this issue Feb 27, 2021 · 2 comments

Comments

@shimwell
Copy link
Collaborator

shimwell commented Feb 27, 2021

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
)

Screenshot from 2021-02-27 01-20-57

@RemDelaporteMathurin
Copy link

@shimwell I don't really get what is extruded here ?

@shimwell
Copy link
Collaborator Author

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

Screenshot from 2021-02-27 12-30-16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants