THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 05/07/2008 at 08:42, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10
Platform: Windows ;
Language(s) : C++ ;
---------
Hi!
I programmatically made a polygon-object and a hypernurbs-object. Now I want to put the polygon-object under the hypernurbs-object and return the hypernurbs. I tried it with poly->InsertUnder(hypernurbs);, but for some reasons in Cinema 4D I can only see an empty object.
How is it possible to do that?