Hi List,
a simple question about custom op. I have a custom op which can has either
1 or 2 input geometries and connected to polymesh of created geo as output
target ( see screenshot ).I need to get name of the global parent (
X3DObject ) of the object on which this operator is applied ( "grid_FR" in
my case ). The SDK says that I am unable to do it from the operator update
callback, only from ExecuteCommand. So is there way to obtain this name
without creating any additional properties\userdatas etc in the op update
callback ? Something like this which works validly in executeCommand
callback :

 Application().LogMessage ( "GLOB NAME: " +
mainMeshObj.GetActivePrimitive().GetParent3DObject().GetName() );

Many thanks,
-Oleg

<<attachment: 1.jpg>>

Reply via email to