Select Objects from Program
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 21/09/2004 at 21:37, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.0
Platform:
Language(s) : C++ ;---------
Hi
How can I select multiple objects from C++ program. -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 22/09/2004 at 04:23, xxxxxxxx wrote:
I am not sure, but I would try calling
obj->SetBit(BIT_ACTIVE);
.
Michael