Viewing 4 posts - 1 through 4 (of 4 total)
- AuthorPosts
- September 10, 2020 at 4:04 am #27021LTTParticipant
Is it possible to retrieve/control multiple selections in a macro?
e.g. by using GetActivePointX/SetActivePoint/… for any piece among the selections.September 11, 2020 at 11:00 am #27029Yutaka EmuraKeymasterIf 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?
September 12, 2020 at 5:46 am #27032LTTParticipantOh 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.September 13, 2020 at 8:46 am #27035Yutaka EmuraKeymasterThe next version will add the iSel parameter to the SetActivePoint method.
- AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.