网站首页 站内搜索

搜索结果

查询Tags标签: intU,共有 2条记录
  • RhinoPython镂空曲面

    #coding:utf-8 import rhinoscriptsyntax as rsdef SrfPts(srf,intU,intV):ptDict={}#设定曲面的UV区间Udomain=rs.SurfaceDomain(srf,0)Vdomain=rs.SurfaceDomain(srf,1)print "Udomain:",Udomainprint "Vdomain:",Vdomain#设定曲面UV方向的步长step…

    2021/7/20 1:06:24 人评论 次浏览
  • RhinoPython镂空曲面

    #coding:utf-8 import rhinoscriptsyntax as rsdef SrfPts(srf,intU,intV):ptDict={}#设定曲面的UV区间Udomain=rs.SurfaceDomain(srf,0)Vdomain=rs.SurfaceDomain(srf,1)print "Udomain:",Udomainprint "Vdomain:",Vdomain#设定曲面UV方向的步长step…

    2021/7/20 1:06:24 人评论 次浏览
扫一扫关注最新编程教程