THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/10/2005 at 22:19, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.503
Platform: Mac OSX ;
Language(s) : C++ ;
---------
Ok, this may be a very basic question,
but I am writing an expression tag and am trying to pass the BaseObject "op" to a function that asks for a PointObject. After checking that "op" is actually a PointObject with IsInstanceOf(), how can I convince the compiler too that it is not just a BaseObject? Is some sort of convertion required?
Thanks in advance.
Aaron