SmartComponent ParametricBox does not work

Hello together

I have a Problem i tried to generate diffrent Boxes with a Value from Rapid.


But there is always this Error: B1: property binding could not set ‘SizeX’ (value is above maximum)
image.png

For me it look like i can’t set the size with a value, i also tried to set a value with a Expression but there is always this error.

Kind regards,
Nils

Looks like it is trying to set the box as 245,000mm which is huge!
you could try adding in an expression smart component with “A/1000” as the expression to convert it to mm.

Thanks i try this before but maybe I had a mistake, now it works!