zoukankan      html  css  js  c++  java
  • Copy Paste DWG to older 3ds Max

    Hi,


    This is quick tutorial: how to install Auto Cad scripts to be able to copy from newer Auto Cad to older 3ds Max. (eg. Auto Cad 2018 -> 3ds Max 2016 or older)


    It happens when using Copy Paste DWG script - you may get this error message (see below) - It means: version of dwg temp file is too new to open with current 3ds max.



    I did some research and here is my quick solution - I created small Auto Cad script to save temp file as older version.


    To install it please follow this manual:

    -----------------------------------------------------------------------------------------------------------------------------------



    First lets check if "acaddoc.lsp" file already exists.

    Please type in autocad: (findfile "acaddoc.lsp")


    1.

    if returns 'nil' than all is ok and you can copy those 2 LSP files to:

    C:Program FilesAutodeskAutoCAD 2018Supporten-us (or other Auto Cad version)


    2.

    if return full path to "acaddoc.lsp" eg. "C:\ProgramFiles\Autodesk\......"

    - nawidate in windows explorer to shown folder "C:\ProgramFiles\Autodesk\......"

    - copy there only: Pixamoon-CopyToV2013.lsp (or other version)

    - follow instruction from image






    - top Menu -> Tools -> Local Applications -> press Conntents -> press Add

    - choose C:Program FilesAutodeskAutoCAD 2018Supporten-us and add Pixamoon-CopyToV2013.lsp (or other version)


    Here installation is done

    Restart Auto Cad


    Now you can use command "PXMCOPY" instead of Ctrl+C (or just type "px" - rest will be added automaticaly)


    Note:

    To paste to 3d Max please use Copy Paste DWG in verison 1.24.02 or newer


    -----------------------------------------------------------------------------------------------------------------------------------


    Download links:

    Save to 2013 - max 2013-2017

    Save to 2010 - max 2010-2012

    Save to 2007 - max 8 - 2009


    -----------------------------------------------------------------------------------------------------------------------------------


    You can also replace standard Ctrl+C (COPYCLIP) to new PXMCOPY macro

    Go to top menu and pick Tool -> Customize -> Interface...

    in Customizations in All Files filed:

    -> navigate to Menu -> Edit -> Copy -> select Copy element

    in Properties filed navigate to macro

    -> replace ^C^C_copyclip to ^C^C_pxmcopy


    Note:

    If you replace old Ctr+C to new PXMCOPY macro you will not be able to copy between AutoCad instances. If you still need to copy / paste to drawing to other AutoCad is better to just type PXMCOPY and keep old COPYCLIP as Ctrl+C shortcut.



    -----------------------------------------------------------------------------------------------------------------------------------


    I'll will try to create easier installation method later, but for now please try this tutorial.


    Let me know if works with your configuration


    Best,

    Pixamoon

     
    【转】http://www.pixamoon.com/blog/4590578999/Copy-Paste-DWG-to-older-3ds-Max/11215705
  • 相关阅读:
    Memcached 测试
    Task WaitAll的用法
    Linux Memcached 安装
    开发常用的一些插件
    转:浅析VO、DTO、DO、PO的概念、区别和用处
    转:数据库的快照隔离级别(Snapshot Isolation)
    转:nolock的替代方案-提交读快照隔离[行版本控制]
    转:介绍一个好用的抓取dump的工具-ProcDump
    把sqlserver查询结果复制到Excel出现数据记录遗漏
    ASP.NET_SessionId 不相同导致验证码出错
  • 原文地址:https://www.cnblogs.com/lged/p/10504413.html
Copyright © 2011-2022 走看看