THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 28/09/2007 at 07:19, xxxxxxxx wrote:
User Information:
Cinema 4D Version: R10
Platform: Mac OSX ;
Language(s) : C++ ;
---------
Hi again.
How can I tell an object is of type pyramid when GetType() returns Opolygon and IsInstanceOf() returns false even though the object is Opyramid?
> _
> LONG type = op- >GetType();
> Bool isi = op->IsInstanceOf(Opyramid);
> _