-
Notifications
You must be signed in to change notification settings - Fork 106
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
Comments
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. |
Are there any updates on the status of BRep support? |
@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 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. |
@pboyer Thanks for the update! |
@pboyer Do you announce your releases anywhere? |
@jmwright Usually on twitter. My handle is @ptrbyr. |
Hi any updates on this? |
Not really, but I've got some more free time lately. Maybe it's time to revisit the brep stuff. :D |
That would be quite nice! :)
To be able to let verb read in say a stepfile would it mean that there has
to be a solution in verb for all the actions that might be applied in that
file?
lör 4 feb. 2017 kl. 02:45 skrev Peter Boyer <[email protected]>:
… Not really, but I've got some more free time lately. Maybe it's time to
revisit the brep stuff. :D
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACZ_ruCpZDpoLLRtyxmZKzgwv9GcYztCks5rY9gpgaJpZM4GO5ag>
.
|
I think its the tessalation i need the most, is there much missing to use
that?
lör 4 feb. 2017 kl. 10:39 skrev Stellan Haglund <[email protected]>:
… That would be quite nice! :)
To be able to let verb read in say a stepfile would it mean that there has
to be a solution in verb for all the actions that might be applied in that
file?
lör 4 feb. 2017 kl. 02:45 skrev Peter Boyer ***@***.***>:
Not really, but I've got some more free time lately. Maybe it's time to
revisit the brep stuff. :D
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACZ_ruCpZDpoLLRtyxmZKzgwv9GcYztCks5rY9gpgaJpZM4GO5ag>
.
|
Does the book you mention cover tesselation?
lör 4 feb. 2017 kl. 12:54 skrev Stellan Haglund <[email protected]>:
… I think its the tessalation i need the most, is there much missing to use
that?
lör 4 feb. 2017 kl. 10:39 skrev Stellan Haglund ***@***.***>:
That would be quite nice! :)
To be able to let verb read in say a stepfile would it mean that there has
to be a solution in verb for all the actions that might be applied in that
file?
lör 4 feb. 2017 kl. 02:45 skrev Peter Boyer ***@***.***>:
Not really, but I've got some more free time lately. Maybe it's time to
revisit the brep stuff. :D
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#16 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACZ_ruCpZDpoLLRtyxmZKzgwv9GcYztCks5rY9gpgaJpZM4GO5ag>
.
|
Hi again, I'm interested in tesselation of brep and nurbs to polygons, do you know a good reference where I can learn this? |
Add support for handling BRep objects.
The text was updated successfully, but these errors were encountered: