Archicad C++ API
About Archicad add-on development using the C++ API.

element.object.xRatio = 5; Enter only the value.

LeeJaeYoung
Virtuoso

element.object.level = 1;
element.object.xRatio = 5;

....

 

ACAPI_Element_Create(&element, &memo);
ACAPI_DisposeElemMemoHdls(&memo);
 
return;

 

LeeJaeYoung_0-1688371299334.png

Value entered.

But it doesn't change.

What is missing?

LeeJaeYoung_1-1688371483016.png

Adding 1 recognizes the value again.

 

AC27 on window 11
0 REPLIES 0

Didn't find the answer?

Check other topics in this Forum

Back to Forum

Read the latest accepted solutions!

Accepted Solutions

Start a new conversation!