热门问题
时间线
聊天
视角

3D製造格式

来自维基百科,自由的百科全书

Remove ads

3D製造格式(英語:3MF, 3D Manufacturing Format),是由3MF聯盟(3MF Consortium)開發並發布的3D檔案格式[2][3]

事实速览 扩展名, 互联网媒体类型 ...

3MF為基於XML描述方式的資料格式,專供3D列印而設計。它能夠包含STL格式無法表現的材質顏色等資訊[4][5]。3MF 是 Linux 開放標準專案的一部分[6],並不打算在傳統的3D電腦輔助設計領域中與其他格式競爭[7]。其設計目的是要比完整的CAD數據交換格式更易於實作[8]。為推廣3MF檔案格式,3MF聯盟公開了這個格式的C++實作[9]

2025年3MF成為ISO標準:ISO/IEC 25422:2025 [1][10]

Remove ads

功能特色

以下是聯盟提供的 3MF 格式的一些優點列表[11]

參與企業

Autodesk達梭系統PTCNetfabbCAD軟體相關企業已加入3MF聯盟。該聯盟的其他成員還包括微軟(提供作業系統與3D建模支援)、SLM及惠普等企業[15]。此外,Materialise3D Systems西門子PLM軟體、Stratasys等3D列印與積層製造業務的主要企業也加入該聯盟[16]

範例檔案

以下是一個3MF檔案簡單的XML文本,描述了以 ZIP 壓縮格式儲存在 3MF 檔案內的長方形直方體 (1×2×3)。

<?xml version="1.0" encoding="UTF-8"?>
<model unit="mm"
       xml:lang="ja-JP"
       xmlns="http://schemas.microsoft.com/3dmanufacturing/core/2015/02">
	<metadata name="Copyright">
		Copyright (c) 2015 3MF Consortium. All rights reserved.
	</metadata>
	<resources>
		<object id="1" type="model">
			<mesh>
				<vertices>
		          		<vertex x="0" y="0" z="0" />
		          		<vertex x="1" y="0" z="0" />
		          		<vertex x="1" y="2" z="0" />
		          		<vertex x="0" y="2" z="0" />
		     			<vertex x="0" y="0" z="3" />
		          		<vertex x="1" y="0" z="3" />
		          		<vertex x="1" y="2" z="3" />
		          		<vertex x="0" y="2" z="3" />
				</vertices>
				<triangles>
		          		<triangle v1="3" v2="2" v3="1" />
		          		<triangle v1="1" v2="0" v3="3" />
		          		<triangle v1="4" v2="5" v3="6" />
		          		<triangle v1="6" v2="7" v3="4" />
		          		<triangle v1="0" v2="1" v3="5" />
		          		<triangle v1="5" v2="4" v3="0" />
		          		<triangle v1="1" v2="2" v3="6" />
		          		<triangle v1="6" v2="5" v3="1" />
		          		<triangle v1="2" v2="3" v3="7" />
		          		<triangle v1="7" v2="6" v3="2" />
		          		<triangle v1="3" v2="0" v3="4" />
		          		<triangle v1="4" v2="7" v3="3" />
				</triangles>
			</mesh>
		</object>
	</resources>
	<build>
		<item objectid="1" />
	</build>
</model>

參考資料

外部連結

Loading related searches...

Wikiwand - on

Seamless Wikipedia browsing. On steroids.

Remove ads