Windows Metafile (.wmf/.emf) Export

Windows Metafile (WMF) is a graphics file format intended to be portable between applications and may contain both vector graphics and bitmap components.

Enhanced Metafile (EMF), a newer version with additional commands is a 32-bit format that can contain both vector information and bitmap information.

This format is an improvement over the Windows Metafile Format and contains extended features, such as the following:

Built-in scaling information
Built-in descriptions that are saved with the file
Improvements in color palettes and device independence
The EMF format is an extensible format, which means that a programmer can modify the original specification to add functionality or to meet specific needs. This modification can lead to incompatibilities between different types of EMF pictures.

另存或导出 Rhino 模型

1. 文件功能表选择导出选取的物件另存文件
2. 在弹出的对话框的文件类型栏位清单会列出可以导出的文件类型。
3. 文件类型栏位选择文件类型。
4. 文件名称栏位输入文件名称。
5. 设定保存的方式。

最小化保存

清除渲染、分析网格虽然可以让文件变小,但下次打开该文件时需要较多的时间重新计算渲染网格。

仅储存几何图形

只储存几何物件,不储存图层、材质、属性、附注与单位设定。

这个选项和导出物件很类似,使用这个选项储存时必需另存文件,储存的文件也不会成为目前 Rhino 打开的文件。

Save Textures

Embeds external textures used by materials, environments and decals into the model.

6. 如果导出的文件类型有选项设定,可以按选项按钮做设定。
7. 如果导出的文件类型只能储存网格物件时,会弹出将 NURBS 转换为网格的网格转换设定对话框。
8. In the Options dialog box, specify the print settings.

Note

Curves are exported as a 2-D snapshot from the active viewport.
Surfaces and solids are exported as a polyline wireframe and curves as polylines.

See also

Wikipedia: Windows Metafile.