command to reload attached images?
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))
0
Comments
-
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.0 -
Ok thanks
0