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

Some pipeline feature requests #1437

Open
mlohry opened this issue Dec 20, 2024 · 1 comment
Open

Some pipeline feature requests #1437

mlohry opened this issue Dec 20, 2024 · 1 comment

Comments

@mlohry
Copy link
Contributor

mlohry commented Dec 20, 2024

We have some legacy capability to extract specific topologically-2D sections that have been useful, and we'd like to be able to achieve the same via ascent. In particular it'd be great to have, copying the FUN3D manual,

  • ‘cylinder’ samples a cylindrical surface. It requires cylinder_face1, cylinder_face2, and cylinder_radius.
  • ‘cone’ samples a conic surface. It requires cone_face1, cone_face2, cone_radius1, and cone_radius2.
  • ‘circle’ samples a circle. It requires circle_center, circle_normal, and circle_radius.

at least circle I think can be constructed by taking a sphere clip of a plane, but I'm not sure about the others.

@cyrush
Copy link
Member

cyrush commented Dec 20, 2024

We have cylinder slice, here is an example:

pipelines["pl1/f1/type"] = "slice";

We will look into adding cone.

I also want circle via plane + sphere (or plane + cylinder).
The vtk-m clipping tables lack the cases for surface to lines. They are working on this for a future release.
Here is a related issue:
#1388

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

No branches or pull requests

2 participants