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

    AutoCAD Mechanical

    Reply
    Contributor
    suresh_070379
    Posts: 24
    Registered: ‎10-16-2011

    command for automatically changing Z coordinate into zero

    801 Views, 7 Replies
    11-14-2011 04:25 AM

    Hi,

    If we copy the drawing with lot of entities in Z coordinate into other file, i need the command which automatically convert all the details in z=0. We can use 'filter' command after paste it and change the z co ordinate into 0. But, if we have thousands of entities in negative z coordinate, it becomes time consuming. We can use OSNAPZ=>0 & AMPSNAPZO. But, it will control the selection only. If we use the FLATTEN command, drawing clarity became worst. Kindly suggest any other system variable which convert all the Z coordinate into zero.

     

    Regards,

    Suresh

    Please use plain text.
    New Member
    Posts: 2
    Registered: ‎08-26-2009

    Re: command for automatically changing Z coordinate into zero

    11-17-2011 08:44 AM in reply to: suresh_070379

    Hi,

     

    Try this lisp code. It's a little out of date -was designed for the 2000 version- but it think it will works with most of the AutoCAD entities.

     

    Regards,

     

    Francisco

    Please use plain text.
    KBU
    Member
    KBU
    Posts: 3
    Registered: ‎11-25-2011

    Re: command for automatically changing Z coordinate into zero

    11-25-2011 04:41 AM in reply to: fvillares

    Hi Francisco,

     

    I saw your good advise and dowloaded your *.lsp file. I am not to interprete the comands as they are in a different language than English and Danish. Would someon be able to provide the details or comands in English?

     

    Kent

    Please use plain text.
    New Member
    Posts: 2
    Registered: ‎08-26-2009

    Re: command for automatically changing Z coordinate into zero

    11-25-2011 05:20 AM in reply to: KBU

    Hi Kent,

     

    It's true that I should have explained how the code works. It's easy.

     

    Just load the application into AutoCAD with 'appload'. This load the code with the executable command 'smash'.

     

    In the command line, execute the command 'smash'. No additional input is required.

     

    The code will preserve all the processed entities just changing the z coordinate to 0.

     

    I hope it will help you.

    Please use plain text.
    KBU
    Member
    KBU
    Posts: 3
    Registered: ‎11-25-2011

    Re: command for automatically changing Z coordinate into zero

    11-25-2011 06:26 AM in reply to: fvillares

    Hi Francisco,

     

    Thanks a lot. Seems like I, as a ACAD LT user, is restricted from using LISP as there is possebilities to load LPS applications. - Unless I purches "Toolkit LT", which we do not find for the 2011 versions.

     

    Kent

     

    Please use plain text.
    New Member
    doug.parrish
    Posts: 2
    Registered: ‎01-06-2012

    Re: command for automatically changing Z coordinate into zero

    01-06-2012 04:32 AM in reply to: fvillares

    Hi Francisco

     

    What does this error mean?

     

    "Checking entity 3449; error: divide by zero"

     

    Doug

    Please use plain text.
    Active Contributor
    Posts: 32
    Registered: ‎05-07-2009

    Re: command for automatically changing Z coordinate into zero

    10-30-2012 01:51 PM in reply to: fvillares

    Since I lost my Express Tool functions (loaded but don't work) I tired this lsp file and it works great!  Even better than the FLATTEN command in Express Tools.

    Thanks so much!

    Please use plain text.
    KBU
    Member
    KBU
    Posts: 3
    Registered: ‎11-25-2011

    Re: command for automatically changing Z coordinate into zero

    11-19-2012 02:42 AM in reply to: fvillares
    Thank you very much for your guidance. I will test the app Best Regards, Kent Busk Seaport Innovations k.busk@seaportgroup.eu Mob: +43 699 1558 2001www.seaportgroup.eu DISCLAIMER This email and any files transmitted with it are confidential and contain privileged or copyright information. If you are not the intended recipient you must not copy, distribute or use this email or the information contained in it for any purpose other than to notify us of the receipt thereof. If you have received this message in error, please notify the sender immediately, and delete this email from your system. Please note that e-mails are susceptible to change. The sender shall not be liable for the improper or incomplete transmission of the information contained in this communication, nor for any delay in its receipt or damage to your system. The sender does not guarantee that this material is free from viruses or any other defects although due care has been taken to minimize the risk.
    Please use plain text.