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

trimming surfaces #27

Open
JochemvanderSpek opened this issue Jun 14, 2016 · 5 comments
Open

trimming surfaces #27

JochemvanderSpek opened this issue Jun 14, 2016 · 5 comments

Comments

@JochemvanderSpek
Copy link

Hi, is there a way to trim surfaces and create holes in verb ?

@pboyer
Copy link
Owner

pboyer commented Jun 14, 2016

No, not at this point.

@JochemvanderSpek
Copy link
Author

ok :) I looked at the adaptive subdivision algorithm, what would be your judgment, is this something that can be relatively easily added ?

@traking
Copy link

traking commented Jun 16, 2016

I think, need here the constrained triangulation :)

@pboyer
Copy link
Owner

pboyer commented Jun 16, 2016

A trimmed Surface is usually called a Face. An Edge usually is a Curve, often a pair of HalfEdge's. Many of these are defined in Martti Mantyla's "Introduction to Solid Modeling".

Face's would require a few things be added to verb:

  1. A Face representation with Loop's defining the outer boundary, inner hole boundaries (easy)
  2. A tessellation algorithm for Face's (medium)

For completeness, it would be nice to have:

  1. Face-X intersection where X is Face, Curve(medium hard).
  2. Closest point algorithms for Face's (medium).

@pboyer
Copy link
Owner

pboyer commented Jun 16, 2016

I previously started on Face's here, but only for planar faces.
https://github.com/pboyer/verb/blob/topo/src/verb/topo/Face.hx

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

3 participants