Parents
  • Thank you very much for your help, I am close to my goal now...
    I created the following function that I am calling from a new toolbar; it works fine

    define function !!myfunction()
    new slab
    Tmrf /MySYTM
    ON PPLIN TOS OF ID@ AT@
    REFRESH
    EndFunction

    The Slab created is attached to the TOS it is ok.

    What I want now is to have the possibility to move the slab along the X axis (only the X axis[/U]).

    I tried something like:

    ON PPLIN TOS OF ID@ AT X@ Y0

    or

    ON PPLIN TOS OF ID@ AT X@ Y OF PPLINE TOS

    but with no success

    Anyone have an idea ??

    Thanks for your help
Reply
  • Thank you very much for your help, I am close to my goal now...
    I created the following function that I am calling from a new toolbar; it works fine

    define function !!myfunction()
    new slab
    Tmrf /MySYTM
    ON PPLIN TOS OF ID@ AT@
    REFRESH
    EndFunction

    The Slab created is attached to the TOS it is ok.

    What I want now is to have the possibility to move the slab along the X axis (only the X axis[/U]).

    I tried something like:

    ON PPLIN TOS OF ID@ AT X@ Y0

    or

    ON PPLIN TOS OF ID@ AT X@ Y OF PPLINE TOS

    but with no success

    Anyone have an idea ??

    Thanks for your help
Children
No Data