• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD 2010/2011/2012 DWG Format

    Reply
    Distinguished Contributor
    Posts: 139
    Registered: ‎05-07-2010

    Where to set XClipframe to 0 (Zero) as Default?

    914 Views, 6 Replies
    03-04-2012 01:32 PM

    Everytime that I open a new drawing which has clipped XRefs, the Xclipframe is set to the number 2, and I set it back to number "0", but then when I finish that drawing and open another drawimng,  then the new drawing reverts back to Xclipframe 2.

    How or where I can change the setting to the default is always "0"?

    Thanks in advance.

     

     

    Please use plain text.
    *Expert Elite*
    Posts: 6,463
    Registered: ‎06-29-2007

    Re: Where to set XClipframe to 0 (Zero) as Default?

    03-04-2012 01:39 PM in reply to: octavio2

    Hi,

     

    >> How or where I can change the setting to the default is always "0"?

    Looking to the help (>>>details<<<) you can see that the variable is stored in the drawing. So if you want to have the setting of 0 in a new drawing you have to modify your template you use as default. Make a new file, change the setting, do a SAVEAS and chose the filetype "Template".

    Then you can do _NEW and chose this template or you can run the command _OPTIONS assign this template-name to be used for command _QNEW. (>>>details<<<)

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    Mentor
    jonmcfarlandWS
    Posts: 245
    Registered: ‎09-22-2010

    Re: Where to set XClipframe to 0 (Zero) as Default?

    03-05-2012 11:54 AM in reply to: octavio2

    I think you mean that you want every drawing that you open to have the XCLIPFRAME variable set to zero, and not just new dwg files.

     

    To do that, copy the attached .lsp file to your system.

    Enter the APPLOAD command

    Click the Startup Suite icon on the Load/Unload Application dialog box that opens

    In the Startup Suite dialog box, click the Add button then navigate to the file you copied then click Open.

    Close the other two dialog boxes.

     

    Now, every time you open a dwg file, the XCLIPFRAME variable will be set to zero.

     

    Hope this helps.

     

    Jon

     

    Jon

    Please select "Accept as Solution" if your question was answered.
    curtainwallBIM.blogspot.com
    ----------------------------------------------------------------------------------------------
    Please use plain text.
    Active Contributor
    Posts: 38
    Registered: ‎07-31-2009

    Re: Where to set XClipframe to 0 (Zero) as Default?

    03-06-2012 03:34 AM in reply to: octavio2

    This setting is stored in the dwg-file. But we als had this problem in a few drawings.We noticed that the setting will be 'forgotten' in the dwg-file when it is opened (and saved) in an older version of AutoCAD.

    So for instance we make the setting in Acad2011 and later edit the drawing in Acad2000, then the setting is gone...

     

    Please use plain text.
    *Expert Elite*
    Posts: 6,463
    Registered: ‎06-29-2007

    Re: Where to set XClipframe to 0 (Zero) as Default?

    03-06-2012 01:05 PM in reply to: R.Gerritsen4967

    Hi,

     

    >> and later edit the drawing in Acad2000, then the setting is gone...

    :smileywink: :smileyhappy:

     

    No comment to "why sysvar are not save if you open it with a software from the last century"

    You did not realy estimate that this should work, did you?

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    Active Contributor
    Posts: 38
    Registered: ‎07-31-2009

    Re: Where to set XClipframe to 0 (Zero) as Default?

    03-06-2012 11:06 PM in reply to: alfred.neswadba

    Haha:smileyvery-happy: No ofcourse not! But it is something you don't really think about when it happens to you.

     

    We had a colleague complaining about this. He was temporarily working at another company. And every day he would run in to the same problem. So I told him about this, and it turned out that every evening the boss from that other company would open a few drawings to check things. The boss only had an old Acad version, and autosave set to 5 minutes.....:smileysurprised:

    Please use plain text.
    *Pro
    Posts: 1,435
    Registered: ‎03-01-2006

    Re: Where to set XClipframe to 0 (Zero) as Default?

    03-07-2012 09:17 AM in reply to: R.Gerritsen4967

    R.Gerritsen4967 wrote: The boss only had an old Acad version, and autosave set to 5 minutes.....

    Really?  Autosave overwrote the original file?

     

    Usually it saves to a temp file with the extensions of  dotAC$ (IIRC) in a temp dir off of your profile dir.

     

    Wierd.

     

    Regards,

    DJ

     

    Please use plain text.