M
MRL
hello,
I want to change the negative xscalefactor of a block back to positive,
but how do i change/mirror the attributes within that block?
Martin
(vlax-put-property
vla-obj
"XScaleFactor"
(abs (vla-get-XScaleFactor vla-obj))
)
I want to change the negative xscalefactor of a block back to positive,
but how do i change/mirror the attributes within that block?
Martin
(vlax-put-property
vla-obj
"XScaleFactor"
(abs (vla-get-XScaleFactor vla-obj))
)