Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #27021
    LTT
    Participant

    Is it possible to retrieve/control multiple selections in a macro?
    e.g. by using GetActivePointX/SetActivePoint/… for any piece among the selections.

    #27029
    Yutaka Emura
    Keymaster

    If you can use GetTopPointX, GetBottomPointX methods, you can use the second parameter iSel to retrieve a specific index of selections. There are no “Set” functions for these. If you need “Set” functions, I will extend the methods for multi-selections. Do you need “Set” functions?

    #27032
    LTT
    Participant

    Oh I’ve never thought to find the parameter (iSel) in “Top/Bottom” (rather than “Active/Anchor”) methods in the help, which had been added since v13…

    Yes, please add “Set” functions, when you have time.
    Thank you.

    #27035
    Yutaka Emura
    Keymaster

    The next version will add the iSel parameter to the SetActivePoint method.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.