RE: How do I know a model is an instance
| Date : Tue, 30 Aug 2005 23:03:49 -0400 |
| To : <XSI(at)Softimage.COM> |
| From : Martin Bélanger <martinb(at)Softimage.COM> |
| Subject : RE: How do I know a model is an instance |
|
looks like executecommand is the way.
// GetMaster
CValue GetMaster( const CValue& in_inputobjs ) { CValueArray args(1); CValue retval; Application app;
long i(0); args[i++]= in_inputobjs;
CStatus st = app.ExecuteCommand( L"GetMaster", args,
retval );
return retval;
} returns a
XSICollection, so should be inside a
CValueArray
-Martin
From: owner-xsi(at)Softimage.COM [mailto:owner-xsi(at)Softimage.COM] On Behalf Of Hans,Veenendaal,AMplus R&D,SOJ Sent: Tuesday, August 30, 2005 6:36 AM To: XSI(at)Softimage.COM Subject: RE: How do I know a model is an instance Is there a C++ equivalent of GetMaster or is ExecuteCommand the only
option.
Hans.
|
| DATE: | << | >> | THREAD: | << | >> | INDEX: | Main | Thread |
|---|
- Previous by Date: Re: Comprehensive XSI 5 Feature Review
- Next by Date: Re: Comprehensive XSI 5 Feature Review
- Previous by Thread: Re: Comprehensive XSI 5 Feature Review
- Next by Thread: Re: Comprehensive XSI 5 Feature Review
- Index(es):
| Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available. |