Intersect 3D Line With Multipatch fails when run programmatically
上次发布: August 25, 2014ArcGIS for Desktop
漏洞 ID 编号
NIM074939
已提交
November 4, 2011
上次修改时间
June 5, 2024
适用范围
ArcGIS for Desktop
找到的版本
10.0
编程语言
C#
操作系统
Windows OS
操作系统版本
7 64 Bit
修正版本
10.1
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
"Intersect3DLineWithMultipatch_3D" tool will give expected (correct ) result if enter the following code (or similar) into the Python window: >>>import arcpy>>>arcpy.Intersect3DLineWithMultiPatch_3d("<a href="file:C:/sample.gdb/sightLine" target="_blank">C:\sample.gdb\sightLine</a>","<a href="file:C:/sample.gdb/building3D" target="_blank">C:\sample.gdb\building3D</a>","IDS_ONLY") Steps to Open a Python Window in Arc Map -1. Open Arc Map2. Go to Geoprocessing menu<a href="http://3.In" target="_blank">3.In</a> the Geoprocessing menu click on Python and the python window will appear, copy the above code in that window.