Author Topic: Question about Layer property - "Current VP Freeze"  (Read 2718 times)

0 Members and 1 Guest are viewing this topic.

FengK

  • Guest
Question about Layer property - "Current VP Freeze"
« on: May 19, 2006, 03:54:11 AM »
Where is information stored?  I could not find it either in dxf or vba reference.
The "New VP Freeze" seems to be this property: ViewportDefault.

Thanks for help.

Kelie

CADmium

  • Newt
  • Posts: 33
Re: Question about Layer property - "Current VP Freeze"
« Reply #1 on: May 19, 2006, 05:56:09 AM »
The frozen Layers are stored on the viewport-object..
use (entget(car(entsel))'("ACAD")) and select a viewport and have a look of the XDATA
"Bei 99% aller Probleme ist die umfassende Beschreibung des Problems bereits mehr als die Hälfte der Lösung desselben."

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Question about Layer property - "Current VP Freeze"
« Reply #2 on: May 19, 2006, 06:54:18 AM »
Jimmy will get you started ... and then some :-)

http://jtbworld.com/lisp/vplayers.htm
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

CAB

  • Global Moderator
  • Seagull
  • Posts: 10401
I've reached the age where the happy hour is a nap. (°¿°)
Windows 10 core i7 4790k 4Ghz 32GB GTX 970
Please support this web site.

FengK

  • Guest
Re: Question about Layer property - "Current VP Freeze"
« Reply #4 on: May 20, 2006, 06:12:52 PM »
Thanks guys.  I should have thought of that.  So for a particur layer, if the current vp changes, this property may change as well.  Correct?

sinc

  • Guest
Re: Question about Layer property - "Current VP Freeze"
« Reply #5 on: May 20, 2006, 07:58:22 PM »
That's the whole idea of the "Current VP Freeze" functionality - you can freeze a particular layer in a particular viewport, while leaving it thawed in others.