Zone trimming API question
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-03-23
05:20 AM
- last edited on
‎2023-08-07
11:16 AM
by
Doreena Deng
‎2006-03-23
05:20 AM
Is there a way to trim and undo the trim of a zone via the API?
Thanks,
Greg
Thanks,
Greg
Labels:
- Labels:
-
Add-On (C++)
3 REPLIES 3
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-04-03 02:55 AM
‎2006-04-03
02:55 AM
Hello,
What do you mean by trim? Zones can be adjusted (including their coordinates using the api functions if this is what you mean?
HTH,
Adam
What do you mean by trim? Zones can be adjusted (including their coordinates using the api functions if this is what you mean?
HTH,
Adam
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-04-03 03:32 PM
‎2006-04-03
03:32 PM
I do realize that you can adjust the individual coordinates. What I am hoping for is an API accessible way to do the same thing that is accomplished via the Trim Zone dialog in the user interface -- select the zone, tell ArchiCAD whether you want to trim the top or base of the zone and then ArchiCAD adjusts all of the zone coordinates automatically.
-Greg
-Greg
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2006-05-29 03:09 PM
‎2006-05-29
03:09 PM
Greg,
There isn't any such function in the API. You can modify the zone and related memo data, though. The cut is accomplished through the 'gables' member of API_ElementMemo.
HTH,
Akos
There isn't any such function in the API. You can modify the zone and related memo data, though. The cut is accomplished through the 'gables' member of API_ElementMemo.
HTH,
Akos