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.
我想将我在 3ds max 中的模型导出为 stl 格式。到目前为止非常容易。但我想稍微旋转和移动我的模型,当将模型导出为 stl 格式时,stl 数据文件应该反映旋转和平移,但事实并非如此。似乎无论我在 3ds max 中对模型做什么,stl 导出文件都包含面的原始坐标。
我能做些什么?有谁知道该怎么做?谢谢!
将 xForm 修改器应用于对象并使用它来转换您的模型。 这将更改相对于枢轴的顶点坐标,您应该能够导出此编辑的几何图形。