你能帮我画曲线吗?
Rhinoceros 4.0中的曲线:
http://habrastorage.org/storage2/6be/922/279/6be9222791436832a5374264ac877606.png
当我在C#中使用DrawCurve时,我得到了丑陋的曲线:(
http://habrastorage.org/storage2/84f/e58/c2c/84fe58c2cbef9a0e10e7be8cd7dd04a9.png
我怎样才能让我的曲线更漂亮,就像在rhino中一样?
发布于 2012-11-14 00:56:45
DrawCurve有一个参数"tension“。您可以根据需要对其进行调整,以柔化曲线。
http://msdn.microsoft.com/en-us/library/554h284b.aspx
https://stackoverflow.com/questions/13365005
复制相似问题