AMF (.amf) File Format
AMF file format
Description
Details
Notes
Examples
AMF (Additive Manufacturing File Format) is a file format for describing objects for applications such as computer-aided design 3-D printing.
Both plottools[exportplot] and Export can be used to export a 3-D plot to the AMF format.
Both plottools[importplot] and Import can be used to import data from an AMF file.
When exporting a 3-D plot to AMF, note that because of the limitations of the format, only GRID, MESH, and POLYGONS plot structures will be exported. All other plot data (for example CURVES or POINTS structures) will be ignored for the purposes of exporting.
When importing from AMF, note that currently only flat triangle volume elements are supported.
Content-Type: application/x-amf
Import a geometric object from an AMF file as a 3-D plot
Import⁡example/dodecahedron.zip.amf,base=datadir
Export a 3-D plot to a binary AMF file in the home directory of the current user.
knot≔algcurvesplot_knot⁡−x7+y3⁢−2⁢x5+y2,x,y,ε=0.8,radius=0.1,tubepoints=9:
Export⁡knot.amf,knot,base=homedir
594433
See Also
Formats
Download Help Document