We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

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