使用 ruby 绘制曲线 Sketchup
下面是一些 3d 点:
15.733798,20.019757,23.006311 15.733798,19.847666,23.006311
15.723798,19.847666,23.006311 15.723798,20.019757,23.006311
15.733798,20.019757,23.006311
这是一个向量
0.0,0.0,-0.1
根据上面的信息可以在sketchup中画一条曲线吗?
Below are some point 3d:
15.733798,20.019757,23.006311 15.733798,19.847666,23.006311
15.723798,19.847666,23.006311 15.723798,20.019757,23.006311
15.733798,20.019757,23.006311
and this is a vector
0.0,0.0,-0.1
Is it possible to draw a curve from the information above in sketchup?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
3d 点代表什么?
你提到“曲线” - 但你的意思是弧线吗?
您可以使用一组任意 Point3d 创建曲线 - 但对于圆弧,您需要中心点、半径、矢量和角度。
What is it that the 3d points represent?
You mention "curve" - but do you mean arc?
You can create curves with a set of arbitrary Point3d - but for arcs you need center point, radius and vector and angles.