I have a problem with creating closed B-Rep (trimmed) Nurbs surfaces.
I wrote a plugin for Rhino with C++, which can be used to visualize trimmed (non-periodic) Nurbs surfaces, specified in a text file
, this works fine. The visualization of untrimmed closed Nurbs surfaces works as well.
Just the visualization of trimmed closed Nurbs surfaces does not work
(closing of the surface in the figure was done manually in Rhino).
What is the difference in creating a non-periodic and periodic timmed surface? Thanks for your help.
thanks for your email. I prepared a c++ project (see attached file) with a simple example, which causes the problem. By modifying the flag “flag_case_which_works” at the beginning of the command “BrepSurface” you can choose the working and not working case. The difference are just two lines of code. I hope the source code is clear enough. Thanks for your help.
Yes it helped, thanks. Now I’m also able to see the text log messages smile, which helps a lot. Does there exist a guideline how to create B-Rep surfaces, as shown in the code, considering all special cases (closed, etc)? Thanks for your help