In a way yes. The scene is running as a simulation with an extremely significant amount of ICE driving it. Its working reliably and I don't want to mess with it. The new objects and their appearance are really quite simple but integrating them in the proper place now would only be best of I used ICE to automate them as part of the existing workflow, which would be preferable. The point is if I were to use ICE for this it would not be applied specific to the element being designed, but that ICE would be used to actually generate or managed the elements as part of other structure that is already governed by ICE and integrated to that. The time involved to integrate in the proper place now, and test properly, would be quite significant. The irony to ICE I suppose, building it takes some time up front, but it can save hours or days downstream.
Further, I had not done this in a while, figured it was really simple, and it is (presuming you remember how to do it). -- Joey Ponthieux LaRC Information Technology Enhanced Services (LITES) MYMIC Technical Services NASA Langley Research Center __________________________________________________ Opinions stated here-in are strictly those of the author and do not represent the opinions of NASA or any other party. > -----Original Message----- > From: [email protected] [mailto:softimage- > [email protected]] On Behalf Of Matt Lind > Sent: Tuesday, February 10, 2015 6:14 PM > To: [email protected] > Subject: RE: Custom Param Set > > the command is SetExpr(), not SetExpression(). > > Is this really easier than using ICE? ;-) > > > Matt > > > > > > > > Date: Tue, 10 Feb 2015 22:27:20 +0000 > From: "Ponthieux, Joseph G. (LARC-E1A)[LITES]" <[email protected]> > Subject: RE: Custom Param Set > To: "[email protected]" > <[email protected]> > > Wow. Its been a while. But that looks very familiar ? > > Thanks > > I got past the parameter, but why won?t this work? > var myexpr = Model+".CustomPSet.Size * ctr_dist( > "+Model+".Sphere.kine.global.pos, "+CameraName+".kine.global.pos )" > > var myParam = Dictionary.GetObject( Model+".Sphere.kine.local.sclx" ); > > myParam.SetExpression( myexpr ) > > It fails here: > // ERROR : >[163] myParam.SetExpression( myexpr ) > > Thanks > -- > Joey Ponthieux > LaRC Information Technology Enhanced Services (LITES) MYMIC Technical > Services NASA Langley Research Center > __________________________________________________ > Opinions stated here-in are strictly those of the author and do not represent > the opinions of NASA or any other party.

