AMF - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


AMF (.amf) File Format

AMF file format

 

Description

Details

Notes

Examples

Description

• 

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.

Details

• 

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.

Notes

• 

Content-Type: application/x-amf

Examples

Import a geometric object from an AMF file as a 3-D plot

Importexample/dodecahedron.zip.amf,base=datadir

Export a 3-D plot to a binary AMF file in the home directory of the current user.

knotalgcurvesplot_knotx7+y32x5+y2,x,y,ε=0.8,radius=0.1,tubepoints=9:

Exportknot.amf,knot,base=homedir

594433

(1)

See Also

Formats