On 06/03/2018 at 01:50, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R19
Platform: Windows ;
Language(s) : C++ ;
---------
Hi Everyone,
I have created empty polygon object using the below code.
BaseObject* const polygonobj = BaseObject::Alloc(Opolygon);
The plane is created successfully but its size always showing 0. I have tried to increase the size but I don't get the proper result. Please give me some idea why it is not increasing.