Python featureClass clip Tin

# Purpose: Adding features to a TIN.
# Create the Geoprocessor object
import arcgisscripting
gp = arcgisscripting.create()

#Check out the 3D Analyst extension
gp.CheckOutExtension ("3D")

try:
     # Set the workspace (to avoid having to type in the full path to the data e
    # gp.workspace = "D:/Docs1/GP/GPOutput"
      gp.workspace = "E:/CZTinsPCS"
    # Select the 3D Analyst Toolbox
      gp.toolbox = "3D"

    # Process: Add features to a blank TIN
      Params = ("PolygonRegionPCS.shp <None> <None> hardclip true")
      gp.edittin_3d ("Earthcopy", Params)

except:
    # If an error occurred while running the tool print the error messages.
    print gp.GetMessages()

 

备注: (1)执行之前请备份TIN

         (2)运行的机器需要安装python   //几兆

        (3)将下列代码拷贝到txt文件中,修改后缀名成.py,运行即可

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值