-
Notifications
You must be signed in to change notification settings - Fork 15
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
Geometry_Engine: Convert.toNurbsCurve(Arc) #960
Comments
Implemented toNurbsCurve(Arc) and Tranform(NurbsCurve) fixes #960
How to create a circle segment nurbs curve: Test Script: |
I think it's time we can discuss about introducing two resolutions of rendering in the UI (at least in Grasshopper): the physical resolution and the analytical resolution. e.g. a bar has a line as analytical geometry, a T-shaped extrusion as physical geometry |
Think we had this already, at least we did have it at one point. Can be worth looking through some old commits for the code. EDIT: here: |
and @epignatelli I agree. In terms of visualisation we already have (or at least had) two options, extruded or centre line. Right now the Are you envisaging some global setting or something else? |
Yes, it was one of my though to replicate the grasshopper behaviour of "wireframe" or "meshes" rendering. Do you see the need from the designer point of view? I'd rather not overriding the normal grasshopper behaviour - we might want to display meshes of grasshopper objects and wireframe of bhom objects. |
The method
Convert.toNurbsCurve(Arc)
is needed for theExtrude(Bar)
method to show sections with rounded profiles.Out of curiosity I spent an hour to research Nurbcurves and implement this.
But It seems like we can't display extrusion geometries in grasshopper yet. So it does not solve it completely yet
The text was updated successfully, but these errors were encountered: