ArcGIS Pro与sketchup的交互

背景:

在 ArcGIS 9.2 时代习惯使用Sketchup插件,但是,9.2版本已经结束了它的使命,进入了退休列表,已往的交互方法不再推荐。
在 ArcGIS 10 之后不再使用这个插件,而且给了其他的思路。
如下是官方说明中的原文:
------------------------
What is the recommended workflow between SketchUp and ArcGIS?

The ArcGIS SketchUp plug-in is no longer supported at ArcGIS 10. The recommended workflow is now as follows:
① Digitize in your polygon.
② Extrude it by an attribute in 3D.
③ Convert it to a multipatch using Layer 3D to Feature Class.
④ Export it to COLLADA using MPatch to COLLADA.
⑤ Import/Edit in SketchUp (e.g., textures, pitched roof, etc.).
⑥ Then use the edit environment to replace the mpatch feature with the new SKP model.

翻译如下:

  • 先在ArcGIS Desktop(ArcScene 或 ArcGlobe) 环境中,将2D数据经过拉伸;

      - 拉伸在图层属性中进行设置,可以根据固定值拉伸,也可以根据某一属性字段进行拉伸。
      - 主要在于拉伸表达式的写法。

  • 使用工具 Layer 3D to Feature Class 转出,转到 GBD 中,以 Multipatch 的形式存储;

结果从外观看起来是没有区别的,但是数据由内存中的图层,转为了数据库中的数据。

  • 为了与Sketchup交互,将其转为 COLLADA 格式,一种开放式的3D标准数据;(Conversion Tools—>Multipatch To Collada)
  • 然后将这些数据,在Sketchup中导入,进行后面的编辑。Sketchup中的操作和建模方法请参阅它的帮助文档;
  • 将来做好的模型,ArcGIS 仍然可以再用,使用 导入工具即可。(3D Analyst Tools—>Import 3D Files)

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

以上思路是在ArcGIS Scene或者ArcGIS Globe中可以实现,接下来使用ArcGIS Pro来实现上述思路,进而达到与Sketchup进行交互的目的。



参考资料:

https://malagis.com/arcgis-3d-handbook-index.html

https://www.cnblogs.com/gisoracle/p/3548213.html

sketchup下载链接:https://pan.baidu.com/s/1S6xXD-uFF9YJ49TAXt8i8Q 密码:1wsr

猜你喜欢

转载自blog.csdn.net/gislaozhang/article/details/80409042
今日推荐