License Delivery maintenance is expected to occur on Saturday, November 30, between 8 AM and 11 AM CET. This may cause a short 3-hours outage in which license-related tasks: license key upload, download, update, SSA validation, access to the license pool and Graphisoft ID authentication may not function properly. We apologize for any inconvenience.
Archicad C++ API
About Archicad add-on development using the C++ API.
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.
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.