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

cq.Sketch.face does not accept cq.Face #1511

Closed
adam-urbanczyk opened this issue Jan 28, 2024 · 1 comment
Closed

cq.Sketch.face does not accept cq.Face #1511

adam-urbanczyk opened this issue Jan 28, 2024 · 1 comment
Labels
enhancement New feature or request sketching

Comments

@adam-urbanczyk
Copy link
Member

For some use cases this leads to unnecessary code. I'd like to be able to simply add a face to a sketch, e.g.

res = cq.Sketch.add( cq.Face.makeNSidedSurface(...))
@adam-urbanczyk adam-urbanczyk added sketching enhancement New feature or request labels Jan 28, 2024
@lorenzncode lorenzncode changed the title cq.Sketch.face dose not accept cq.Face cq.Sketch.face does not accept cq.Face Feb 10, 2024
@adam-urbanczyk
Copy link
Member Author

Solved by #1633.

res = cq.Sketch.face( cq.Face.makeNSidedSurface(...))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sketching
Projects
None yet
Development

No branches or pull requests

1 participant