TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Encapsulation and Abstraction in 3D: Modules for Vase Sculptures in OpenSCAD

16 点作者 zipfle超过 7 年前

3 条评论

aerophilic超过 7 年前
As I have done more and more modeling using OpenSCAD, I keep wondering if there is a “better” way of abstracting libraries. In particular, what is the “right” way to say that the attachment point of an arm is at point [x,y,z, yaw,pitch,roll]. Sure you can use the origin for a particular part, but what happens if you have more than one point of connection?<p>I feel like there is more that can be done here. However I love the functionality the author gives on taking advantage of the “children” concept in OpenSCAD.
arca_vorago超过 7 年前
I really like openscad, but it doesn&#x27;t export to the formats I need (fbx&#x2F;obj). Perhaps if there was a pandoc for 3d files I would use it more.
PeachPlum超过 7 年前
I&#x27;m so glad I cam across this, I didn&#x27;t know OpenSCAD has those kind of features.