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

Add support for BRep #16

Open
dakerfp opened this issue Oct 14, 2015 · 12 comments
Open

Add support for BRep #16

dakerfp opened this issue Oct 14, 2015 · 12 comments

Comments

@dakerfp
Copy link

dakerfp commented Oct 14, 2015

Add support for handling BRep objects.

@pboyer
Copy link
Owner

pboyer commented Oct 15, 2015

A non-trivial request! I've started work on this in the topo branch working from Marti Mantyla's fantastic book, "Introduction to Solid Modeling".

I've already finished BRep splitting, volume/area calcs, tessellation and the core data structures (Face, HalfEdge, Solid). Almost done with booleans... In the first incarnation this will only support planar faces and I'll expand from there.

I removed this from 2.0.0 (upcoming) because it wasn't ready to go yet. I think I might create a separate project to do this, and keep verb focused on NURBS.

@jmwright
Copy link

Are there any updates on the status of BRep support?

@pboyer
Copy link
Owner

pboyer commented Nov 24, 2015

@jmwright Thanks for asking!

Presently, I'm focused on making verb's NURBS algorithms a lot faster for 2.1.0.

You can find the current state of the BRep work in the topo branch:

https://github.com/pboyer/verb/tree/topo/src/verb/topo

Thus far, I've focused on polyhedral (i.e. planar-faced BReps). I obviously welcome pull requests.

At this point, I think BReps won't come until 3.0.0, which probably won't surface any earlier than Q3 2016.

@jmwright
Copy link

@pboyer Thanks for the update!

@jmwright
Copy link

@pboyer Do you announce your releases anywhere?

@pboyer
Copy link
Owner

pboyer commented Nov 25, 2015

@jmwright Usually on twitter. My handle is @ptrbyr.

@stellanhaglund
Copy link

Hi any updates on this?

@pboyer
Copy link
Owner

pboyer commented Feb 4, 2017

Not really, but I've got some more free time lately. Maybe it's time to revisit the brep stuff. :D

@stellanhaglund
Copy link

stellanhaglund commented Feb 4, 2017 via email

@stellanhaglund
Copy link

stellanhaglund commented Feb 4, 2017 via email

@stellanhaglund
Copy link

stellanhaglund commented Feb 4, 2017 via email

@stellanhaglund
Copy link

Hi again, I'm interested in tesselation of brep and nurbs to polygons, do you know a good reference where I can learn this?
I bought the book from martti mäntylä but I doesn't seem to cover the tesselation part?

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

4 participants