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.

Can't change Dimension on InteriorElevation

Anonymous
Not applicable
On 2d window (plan database APIWind_FloorPlanID) i can change dimension's text.
But on ihterior elevation window (database APIWind_InteriorElevationID) dimension element (API_DimensionID) just disappears.

even if no change memo:

BNZeroMemory (&ememo, sizeof (API_ElementMemo));
err = ACAPI_Element_GetMemo (elem.header.guid, &ememo);
// err == 0!
err = ACAPI_Element_ChangeMemo (elem.header.guid, APIMemoMask_All,&ememo);
// err == 0!

The elements of dimensions that are not tied to the elements - changes.
The elements of dimensions than tied to the drawed in this window (lines and so on) elements - changes.

But tied to the projected elements just disappear.

Example ElementTest on API Dev Kit work alsow wrong (attached picture).

What I must to do on elevation window for dimension element not
disappears?
1 REPLY 1
MOREH Tamas
Graphisoft
Graphisoft
Dear Цепов,

Thank you, for this report, I begin to find a solution immediately.
I will post when I know more details about that.

Tamás