Modeling Class

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 30/06/2011 at 07:55, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   12 
Platform:   Windows  ; Mac  ;  
Language(s) :     C++  ;

---------
Does anyone know how to check if an index exists in the Modeling class?  I iterate through the points and melt random points but then I run in the possibility that the random number I generate might be the index of a point that no longer exists..  Is it possible to first check to see if that index exists then melt the point?

Thanks,

Shawn

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 30/06/2011 at 07:58, xxxxxxxx wrote:

Duh..   IsValidPoint()..  Thanks.. sorry to waste forum space for that..  :D

~Shawn