Slides exact in the middle
CADForums.net Forum Index CADForums.net
Discussion of AutoCAD and other CAD software.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web cadforums.net
Slides exact in the middle

 
Post new topic   Reply to topic    CADForums.net Forum Index -> AutoCAD
Author Message
Tim Robben
Guest





Posted: Wed Dec 08, 2004 8:45 pm    Post subject: Slides exact in the middle Reply with quote

I have problems with making slides

When I see my imagemenu in autocad I can see my slides, but the only thing
is they are not exactly in the middle.

When I made that slide, I used the commando "Zoom Extend", then the drawing
is exact in the middle of the screen. But in the slide it isn't.

Does somebody know's how this could be fixed?

T. Robben

Back to top
Steve Hall
Guest





Posted: Thu Dec 09, 2004 8:13 am    Post subject: Re: Slides exact in the middle Reply with quote

On Wed, 08 Dec 2004 16:45:58 +0100, Tim Robben wrote:

Quote:
I have problems with making slides

When I see my imagemenu in autocad I can see my slides, but the only
thing is they are not exactly in the middle.

When I made that slide, I used the commando "Zoom Extend", then the
drawing is exact in the middle of the screen. But in the slide it
isn't.

Does somebody know's how this could be fixed?

I just dealt with this today myself. Here's two thoughts:

o After you Zoom Extend, do Zoom Scale, 95/100xp. This gives you a
little border around the edge which helps minimize small centering
errors your eye catches.

o If you can control the aspect ratio of the slide display (such as in
an image button in a DCL dialog) play with different aspect ratios.
I'm a little vague about how AutoCAD determines the size of the
slide when it is made, but it appears to me that display resolution,
aspect ratio of the drawing window, shape of the extents all play a
part in determining the contents of the slide. Try to be consistent.
It might help to create a basic lisp to do it:

(defun C:SLIDEME( / pathfile)
(command ".ZOOM" "E")
(command ".ZOOM" "S" "95/100xp")
(setq pathfile (vl-filename-base (getvar "DWGNAME")))
(setq pathfile (strcat (getvar "DWGPREFIX") pathfile))
(setq pathfile (strcat pathfile ".sld"))
(setvar "FILEDIA" 0)
(command ".MSLIDE" pathfile)
)


HTH.


--
Steve Hall [ digitect mindspring com ]

DodoCAD... a Free (GPL) tool package for AutoCAD!
http://dodocad.sourceforge.net
Back to top
 
Post new topic   Reply to topic    CADForums.net Forum Index -> AutoCAD All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server DSP VoIP Electronics New Topics
Contact Us
Powered by phpBB