seth_ro18 Posted November 12, 2010 Share Posted November 12, 2010 Hi, Is there a code example available that has an example of a SIM_Solver creating new SIM_Objects with attached geometry? Also, the HDK docs mention that SIM_Objects created in a SIM_Solver have no "home" node in the DOP network, so those SIM_Objects are exempt from the Network pass. Is there a way for a SIM_Solver plugin to tell a DOP Node when and where to create new SIM_Objects so that those objects can be part of the network pass? Thanks, Seth Quote Link to comment Share on other sites More sharing options...
seth_ro18 Posted December 3, 2010 Author Share Posted December 3, 2010 I got some help, and it turns out the creation node information can be copied over from a SIM_Object that was created in the DOP network onto the object created in the solver. newobject->copyCreationInfoFrom(dopobject); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.