11-18-2024 10:32 AM
When i am trying to paste a object from clipboard through scripting. The object (node/function) is pasted in correct position but the pasted object is floating.
Is there a way to paste the object inside the case structure. or how to get rid of floating objects when pasting from clipboard. I do have reference of the error wire passing through the case structure. Any way to fix this?
Solved! Go to Solution.
11-18-2024 01:38 PM - edited 11-18-2024 01:39 PM
I assume you are pasting it on the top level diagram.
Instead, get a reference to the case structure it should go in, pick which frame, then get its diagram reference, and paste to that.
If this isn't what you're doing, maybe post the scripting code you are using instead?
11-18-2024 09:07 PM
That helped Thank you 😀