THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 15/01/2006 at 06:57, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.5
Platform: Windows ;
Language(s) : C++ ;
---------
hello,
how can i get the point array of a hypernurb object?
If its a point object its easy to write
Vector *array = ptrObj->GetPoint();
But with hypernurbs it doesn´t work. But i won´t translate the hypernurb objetc to a point object.
Can you help me? If you know what i mean?