Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对这个领域完全陌生,我正在使用 python 和 Trimesh 创建骨骼的 3D 模型,我需要弄清楚如何创建或表示骨骼的厚度我只有骨骼的表面是好的,但我还需要表示骨骼在这个表面内的外观,有人知道如何解决这个问题吗?
询问我是否需要更多信息,我不确定您需要了解什么才能理解问题。
提前致谢。
您可以使用gmsh和mmg对您的表面进行网格划分。
取决于你需要什么。
如果要显示体积信息,有 2 个选项:
如果您只想拥有连续的内表面,则可以使用偏移/放气表面
这可以简单地通过沿着它们的法线偏移你的第一个表面点来实现,你可以使用例如inflate或从 pymadcad 模块thicken 这里
inflate
thicken