THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 17/11/2006 at 13:21, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.6
Platform: Windows ; Mac ;
Language(s) : C++ ;
---------
Hi,
Just a simple question, how do I select an ngon?
I imagined it would be this
LONG ngon_index=0; // the first ngon
LONG polycount = op->GetPolygonCount();
BaseSelect *select = op->GetPolygonS();
select->Select(ngon_index+polycount);
[CODE]
but this doesnt seem to select anything in C4D
Thanks