SOLVED!
Event when selecting an object
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-04-19
11:15 AM
- last edited on
‎2021-09-14
09:40 AM
by
Noemi Balogh
‎2021-04-19
11:15 AM
Hello everyone,
I'm trying to catch an event when selecting an object. The gif below I found in an addons that when selecting an object the palette has changed. How can I do that?
Thank you very much in advance.
I'm trying to catch an event when selecting an object. The gif below I found in an addons that when selecting an object the palette has changed. How can I do that?
Thank you very much in advance.
Solved! Go to Solution.
Labels:
- Labels:
-
Add-On (C++)
1 ACCEPTED SOLUTION
Accepted Solutions
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-04-19 02:12 PM
‎2021-04-19
02:12 PM
2 REPLIES 2
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-04-19 02:12 PM
‎2021-04-19
02:12 PM
Check out this function:
https://archicadapi.graphisoft.com/documentation/acapi_notify_catchselectionchange
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2021-04-20 03:56 AM
‎2021-04-20
03:56 AM
Thank you. Viktor Kovacs