Author Topic: Zoom problem  (Read 5585 times)

0 Members and 1 Guest are viewing this topic.

steve.carson

  • Newt
  • Posts: 108
Re: Zoom problem
« Reply #15 on: February 14, 2017, 05:49:12 PM »
You can set the "limits" to something reasonable and it fixes the zoom-all issue.

Rob...

  • King Gator
  • Posts: 3824
  • Take a little time to stop and smell the roses.
Re: Zoom problem
« Reply #16 on: February 14, 2017, 06:01:15 PM »
You can set the "limits" to something reasonable and it fixes the zoom-all issue.

... or just turn them off. It's an antiquated "feature".
CAD Tech

ronjonp

  • Needs a day job
  • Posts: 7526
Re: Zoom problem
« Reply #17 on: February 14, 2017, 09:39:02 PM »

Windows 11 x64 - AutoCAD /C3D 2023

Custom Build PC

craigr

  • Guest
Re: Zoom problem
« Reply #18 on: February 15, 2017, 09:49:12 AM »
Sweet!

Like always, I can count on you folks for answers.

Many flowers to all of you for your help. I have learned quite a bit from this discussion. And that alone is worth much to me.

As always, thanks much.
craigr

Dommy2Hotty

  • Swamp Rat
  • Posts: 1127
Re: Zoom problem
« Reply #19 on: February 15, 2017, 10:35:54 AM »
Use -PU command. It has all the options to purge things:
<-PURGE
Enter type of unused objects to purge [Blocks/DEtailviewstyles/Dimstyles/Groups/LAyers/LTypes/MAterials/MUltileaderstyles/Plotstyles/SHapes/textSTyles/Mlinestyles/SEctionviewstyles/Tablestyles/Visualstyles/Regapps/Zero-length geometry/Empty text objects/All]: >

I didn't know that was an option for purge...that's the new thing I learned today!

craigr

  • Guest
Re: Zoom problem
« Reply #20 on: February 15, 2017, 10:48:06 AM »
Use -PU command. It has all the options to purge things:
<-PURGE
Enter type of unused objects to purge [Blocks/DEtailviewstyles/Dimstyles/Groups/LAyers/LTypes/MAterials/MUltileaderstyles/Plotstyles/SHapes/textSTyles/Mlinestyles/SEctionviewstyles/Tablestyles/Visualstyles/Regapps/Zero-length geometry/Empty text objects/All]: >

I didn't know that was an option for purge...that's the new thing I learned today!

This is my modified Purge script that I have an Icon for - ^C^C_-PURGE;a;;n;

Isn't this doing the same Purge? - If not, I am missing the difference.

Rob...

  • King Gator
  • Posts: 3824
  • Take a little time to stop and smell the roses.
Re: Zoom problem
« Reply #21 on: February 15, 2017, 04:14:04 PM »
Regapps
CAD Tech

Crank

  • Water Moccasin
  • Posts: 1503
Re: Zoom problem
« Reply #22 on: February 17, 2017, 03:07:30 PM »
[...]

This is my modified Purge script that I have an Icon for - ^C^C_-PURGE;a;;n;

Isn't this doing the same Purge? - If not, I am missing the difference.
Yes, it's the same purge. If you also want to purge nested items, then should edit your macro so it does 'PURGE ALL' 3 times:
Code: [Select]
^C^C_-PURGE;a;;n;_-PURGE;a;;n;_-PURGE;a;;n;
Vault Professional 2023     +     AEC Collection

Rob...

  • King Gator
  • Posts: 3824
  • Take a little time to stop and smell the roses.
Re: Zoom problem
« Reply #23 on: February 17, 2017, 04:12:27 PM »
I'm AFC but IIRC regular purge does not do regapps.
CAD Tech