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

Projection #1649

Open
moOsama76 opened this issue Aug 20, 2024 · 1 comment
Open

Projection #1649

moOsama76 opened this issue Aug 20, 2024 · 1 comment
Labels
question Further information is requested

Comments

@moOsama76
Copy link

moOsama76 commented Aug 20, 2024

I want to populate holes in a complex 2d shape onto a complex 3d shape I thought about 2 approaches each comes with a back draw

1- Project the 2d shape onto the 3d shape in multiple angles, (I put the 2d shape inside the 3d)

  • its back draw is that the shape has to be almost spherical, a very curvy shape like a horseshoe will not apply

2- Iterate the faces and put hole on each face

  • it's back draw is that curves are considered faces, so a shape like sphere is only 1 face so it's only one hole

anybody can help me with this?

@moOsama76 moOsama76 added the question Further information is requested label Aug 20, 2024
@adam-urbanczyk
Copy link
Member

Did you try cq.Face.project?

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

No branches or pull requests

2 participants