vla-mirror and xscalefactor

  • Thread starter Thread starter MRL
  • Start date Start date
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))
)
 
Back
Top