Is that possible to convert an 3D Curve to trim curve in OpenNurbs c#.
I am trying to construct an Brep, (cylindrical surface with hole in it), but can’t able to create a trim curve. is that any possibilities or options available in OpenNurbs c#.
You will have to create the trim curve from code, there is no way in opennurbs to get a 2d trim curve for a 3d curve representing the hole. Such functionality is only available in the Rhino SDK, not in opennurbs.