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

preview not available during moving objects

  • Thread starter Thread starter jim78b
  • Start date Start date
:biggrin: we all keep them there so much to fill a little hd.
to me the preview does it with any thickness of polylinea.
I gamble a hypothesis... nvidia graphics card?
 
I gamble a hypothesis... nvidia graphics card?
Could be. I also have nvidia and it makes me the same effect. But I realized now, after about ten years I work with autocad. Moreover if you move objects with criterion, references or distances, the preview does not need to see
 
I use a k2200 picture, the gifs are referred to the copy command, the command moves in the same way, only that the position original You just see.


jim dwg
579.gifdwg immantinente
580.gif
 
I have a picture 2000, it might be that or an update of the drivers... or a system variable.. .
I had never come to mind as a solution instead of making videos.20170325_1527_22.gifThere is some problem in the way I uploaded the gif. While the gp ones are animated at the opening of the page, my funzoion only if I click spora otherwise remains firm.
gp, could you give me some explanations about how you proceeded to insert gifs? and always in this regard you used a special program to create them? Thank you.
 
So... if needed, I managed to simulate the problem you encounter by deactivating hardware acceleration.

Masses, for the gif use camtasia, on cad3d you should not exceed the resolution of 640x480, otherwise it gets angry.

if you want to try the following lisp "would" bring to 0.00 the width of all polylinese
Code:
(refun c:plzero (/ pl n bl x)
(if (setq pl (ssget "_x" '((0 . "*polyline")(-4 . "<not") "&=") (70 . 8)(-4 . " (-4="" .="" not="">")))))
(progn
(repeat (setq n (sslength pl))
(setpropertyvalue (ssname pl (setq n (1- n))) "constantwidth" 0.0)
)
)
)
(fla-get-blocks (setq doc (vla-get-active document (vlax-get-acad object)))
(if (and
(eq:vlax-false (fla-get-islayout bl))
(eq:vlax-false (vla-get-isxref bl))
)
(vlax-for x bl
(vl-catch-all-apply 'vla-put-constantwidth (list x 0.0))
)
)
)
(fla-regen doc acallviewports)
(princ)
)
(vl-load-com)</not")>
 
to me with or without acceleration does not change anything. But it is not that I am very interested in solving the problem because I have never presented the problem, at least for now.
However I save the discussion, even to keep track of tips for gif. danke gp
 

Forum statistics

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

Members online

No members online now.
Back
Top