Mesh pipe组件在脚本中实现

我发现在api中并无mesh的pipe的实现只有surface的pipe,有可能是我没收索到关键词语?

所以我使用了这个方法但是发现使用起来会严重阻塞界面👇
ghpythonlib.components.MultiPipe(Curve,0.5,Rhino.Geometry.Point3d(0,0,0),1,1,0,0.6,0)

所以想请教下大家有更好实现的思路吗?

https://developer.rhino3d.com/api/rhinocommon/rhino.geometry.mesh/createfromcurvepipe

1 个赞

谢谢你的即使回复 :beating_heart: