Size of dummies

Hello,

Can somebody explain me what i am doing wrong, the following code doesn't seem to work :)

(
Select helpers
$.length = 50
$.width = 50
$.height = 50
)

I just want to select all the dummies and resize them to 50.

Thank you.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
miauu's picture

.

$.boxsize = [150,150,150]
remykonings's picture

*

Thank you. Indeed that works.

I didn't realize that this might be a problem due to the fact that we bind xRefs to dummies.

Is is still possible to change the boxsize of the dummies while they are still binded to the xRefs? The xRefs can't change in size of course :)

Thank you.

miauu's picture

.

If the code above not works with xRefs then try to rescale the dummies($.scale = [2,2,2]).

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.