4.76.grs

来自「UG二次开发很好的东西 需要的朋友可以下载来看看 很好用啊」· GRS 代码 · 共 34 行

GRS
34
字号
entity/startcurve,endcurve,apexcurve,spinecurve,obj
number/list(2)

$$选择起始边缘曲线。
l10:
ident/'pick the start edge curve',startcurve,resp
jump/l10:,trm:,,resp

$$选择终止边缘曲线。
l20:
ident/'pick the end edge curve',endcurve,resp
jump/l20:,trm:,,resp

$$选择顶线。
l30:
ident/'pick the apex curve',apexcurve,resp
jump/l30:,trm:,,resp

$$选择脊线。
l40:
ident/'pick the spine curve',spinecurve,resp
jump/l40:,trm:,,resp

$$生成B-曲面。
l50:
list(1)=1
list(2)=0.5
obj=bsurf/consrf,5,startcurve,endcurve,apexcurve,spine,spinecurve,$
   rho,list,result,num
print/num

trm:
halt

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?