GLTF.export

GLTF.export(embed_data=False)[source]

Export the content of this GLTF to the location compas.files.GLTF.filepath, with file format determined by the given extension.

Parameters

embed_data (bool) – 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 is False.