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.
我有一个“处理”文件(用“处理”编写,即一个 pde 文件),它有一个模型及其转换,例如打开、关闭、缩放、旋转..
如何将此文件导入 Blender 2.49?
我不这么认为。您必须在处理中创建模型,然后将其与其他库以混合器可以导入的格式导出。有一个用于导出dxf 文件的库,我猜toxicLib也可以将 3d 文件导出为 stl 文件。
使用模型构建器库和UGeometry。
您将导入模型构建器,例如:
import unlekker.util.*; import unlekker.modelbuilder.*; import unlekker.modelbuilder.filter.*; import ec.util.*;
加载 UGeometry:
UNav3D nav; UGeometry model;
并用UGeometry.writeSTL方法写。
UGeometry.writeSTL