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

Extrude curves #2040

Open
girllich opened this issue Oct 16, 2024 · 0 comments
Open

Extrude curves #2040

girllich opened this issue Oct 16, 2024 · 0 comments
Labels
Feature New feature or request Rust Involves Rust programming for the backend

Comments

@girllich
Copy link

(as requested in #general by Keavon)

  • For noncurving polygons, just do extrude (but allow multiselect, so you can extrude multiple polygon segments at a time) (see image below)
  • For bezier segments, break the bezier into curve elements, turn these into subdivision lines (2d analog of subdivision surfaces) , and extrude those. You end up with cusps, but that's inevitable.

image
image

@Keavon Keavon added Feature New feature or request Rust Involves Rust programming for the backend labels Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request Rust Involves Rust programming for the backend
Projects
Status: Short-Term
Development

No branches or pull requests

2 participants