• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

copy the properties of a photo inserted in autocad

  • Thread starter Thread starter Angelo2449
  • Start date Start date

Angelo2449

Guest
Hello everyone,
with > ruleimm < you can change the brightness of a photo.
is it possible to transfer brightness characteristics from one photo to another with a dedicated command?
Thank you.
 
test with matching properties. It may be that it can transfer brightness values from one photo to another.
 
group 281 contains brightness
group 282 contains contrast
group 283 contains the "fade"

creates a special command if matchprop does not go (I do not copy ownership).
 
lettura valori
(setq l (vlax-get-property vlaobj "brightness"))
(setq c (vlax-get-property vlaobj "contrast"))
(setq f (vlax-get-property vlaobj "fade"))

e equivalenti per scribee
(vlax-put-property vlaobj "brightness" l)
(vlax-put-property vlaobj "contrast" c)
(vlax-put-property vlaobj "fade" f)
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top