zoukankan      html  css  js  c++  java
  • How to export a model from SolidWorks to Google SketchUp

    How to export a model from SolidWorks to Google SketchUp

    While Google SketchUp is not a professional CAD tool it has the advantage of being free and, because of that, it is used by a large number of people. Recently, some of my customers were asked by their own customers to supply SolidWorks models for review in SketchUp format.

    There is one problem with this request – none of file formats that SolidWorks can export to are on the SketchUp import list. There are commercial converters from SolidWorks to SketchUp but they come at a cost.

    SolidWorks to Google SketchUp Process

    Fortunately, we found a way to exchange data between SolidWorks and SketchUp – just follow this workflow:

    1. Save your SolidWorks model as ACIS (.SAT extension).

    clip_image002

    Save as ACIS

    Note: Make sure that the Options are set as per this image:

    clip_image004

    红色箭头内容分别是实体/曲面几何体和版本10.0

    Save As Options

    2. Open DraftSight. If you have not installed this free 2D Editor, please use this link for doing so: Download DraftSight

    3. In DraftSight’s command line type: “IMPORTSAT” and press <ENTER>. Locate the ACIS file you saved at step #1 and import it in DraftSight.

    clip_image006

    Import the ACIS file into DraftSight

    4. Save this file again in DWG format.

    5. Open SketchUp

    6. Import the DWG file you saved at STEP #4.

    clip_image008

    Import DWG into SketchUp

    7. That’s all. You have successfully imported your SolidWorks model into SketchUp.

    clip_image010

    Congratulations! You did it!

  • 相关阅读:
    去除测序reads中的接头:adaptor
    Python学习_13_继承和元类
    Matplotlib初体验
    Python学习_12_方法和类定制
    python+requests接口自动化测试框架实例详解教程
    typeof与instanceof运算符
    闭包与递归函数的区别
    添加SSH
    AndroidStudio常用快捷键总结
    git新建分支
  • 原文地址:https://www.cnblogs.com/zhangyang/p/4321753.html
Copyright © 2011-2022 走看看