以 Curve.DivideByCount() 方法为例,讲解如何用 Python 使用带 out 参数的方法。 当我们在 Rhinocommon SDK 中搜索 DivideByCount 方法会看到如下介绍: 我们看到 Curve.DivideByCount() 方法有两个方法重载,我们使用第二个方法。 第二个方法中,我们可以看到第三个参数是 out Point3d ...