COLLADA (.dae) File Format
COLLADA file format
Description
Notes
Examples
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.
Content-Type: model/vnd.collada+xml
Export a plot to a file in the home directory of the current user
p≔plots:-polyhedraplot⁡0,0,0,polytype=SquareOrthobicupola
daeFile≔FileTools:-JoinPath⁡figure.dae,base=homedir
/Users/JohnSmith/figure.dae
plottools:-exportplot⁡daeFile,p
4193
See Also
Formats
Download Help Document