GLTF.export
- GLTF.export(embed_data=False)[source]
Export the content of this
compas.files.GLTF
to the locationcompas.files.GLTF.filepath
, with file format determined by the given extension.- Parameters:
- embed_databool
When set to
True
, mesh and other data will be embedded in the glTF, and no external binary file will be created. The default value isFalse
.
- Returns: