command to reload attached images?

betazero
edited November 2020 in 2D Drafting

I reload my xrefs with a single wildcard command. Is there an image reload command or something similar? Only solution I have found is closing the drawing and re-opening. Also is there a setting to show a bounding box window vs a white solid rectangle while moving an image? I can see where I am moving the image with the solid white rectangle .

(DEFUN C:XRE2 ()(COMMAND "-XREF" "R" "*")(PRINC))

Comments

  • Louis_Verdonck
    edited November 2020

    In the drawing explorer / images, you can select the image(s), then click the load property twice to unload/reload the selected image(s).
    In V21 the entire image remains visible.

  • Ok thanks