the frog Posted November 27 Share Posted November 27 Hello This is my new problem I have a symbol. I have an "insert node" I put a 2d vector (you can try with a "point2d") and the "name" node. I run the script, get the symbol but it never moves to the insertion point. If I do the same with a rectangle, it works Am I crazy??? Look for yourself test.vwx Quote Link to comment
Pat Stanford Posted November 27 Share Posted November 27 Your input should not be a Name node (that is returning the handle to an object with that name in the drawing), but rather a String node that contains the name of the symbol you want to insert. I am not certain where it is pulling the symbol definition from in your version or why it is not erroring. Quote Link to comment
the frog Posted November 27 Author Share Posted November 27 TANKS Pat it works. I will try it in my big script and this time, I hope, the move nodes will work better. It's pullingthe symbol straight from the name of the symbol in the OIP Quote Link to comment
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.