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

Online Help

All Products    Maple    MapleSim


COLLADA (.dae) File Format

COLLADA file format

 

Description

Notes

Examples

Description

• 

COLLADA is an XML-based interchange format for three-dimensional models, specified by ISO/PAS 17506.

• 

The plottools[exportplot] command can export Maple plot graphics write to the COLLADA format.

• 

Additionally the context-sensitive menu can be used to export Maple plot graphics to this format.

Notes

• 

Content-Type: model/vnd.collada+xml

Examples

Export a plot to a file in the home directory of the current user

pplots:-polyhedraplot0,0,0,polytype=SquareOrthobicupola

daeFileFileTools:-JoinPathfigure.dae,base=homedir

/Users/JohnSmith/figure.dae

(1)

plottools:-exportplotdaeFile,p

4193

(2)

See Also

Formats