Dear Onru,
Thank you so much for sharing this amazing python package! I successfully created a bicubic Bézier surface for planning liver resection using your surface fitting methods.
However, this surface has to be improved since its boundaries do not reach the outer extremities of liver’s the 3D model. I would like to extend the surface both in u and v directions. What I am looking for is to extrapolate to maintain G1 continuity with the current shape of the surface in both u and v direction.I was thinking to implement the following method:
new_surface = extend_surface(distance, directions, method )
""" Extends a surface maintaining its natural shape
:param distance: fraction of the surface length in the direction of u and/or v curves runs
:param: directions: u and/or v directions
:method: maintain G1 continuity (it could be also possible to specify a different geometric continuity)
:return: Bézier Surface
"""””
Do you think it is possible to implement it using the geomdl package? If yes, could you give advice on how I could proceed?
I am really open to any feedback and please let me know if I was clear enough in stating my problem. I could also share a screenshot of my preliminary results if requested.
--You received this message because you are subscribed to the Google Groups "NURBS-Python" group.To unsubscribe from this group and stop receiving emails from it, send an email to nurbs-python...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/nurbs-python/1b72cd02-2905-45c2-95c8-c12fbdc06c43n%40googlegroups.com.