Jump to content
Developer Wiki and Function Reference Links ×

script inserting PIO in wall


Pi_

Recommended Posts

I'm trying to write a script that inserts PIO in a wall. (the PIO is a kind of label, that I now add manualy)

I tried 3 different approaches, none of them works...:

* AddSymToWall/AddSymToWallEdge, doesn't seem to work

* labelh:=CreateCustomObjectN(labelnaam,pX,pY,0,False);

ok:=SetParent(labelh,h);

or

* labelh:=CreateCustomObjectN(labelnaam,pX,pY,0,False);

labelh:=CreateDuplicateObject(labelh,h);

Is it possible?

Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...