tqec.interop.collada#

Handling interoperation with Collada DAE files.

Functions

read_block_graph_from_dae_file(filepath[, ...])

Read and construct the block graph from a Collada DAE file.

write_block_graph_to_dae_file(block_graph, ...)

Write the block graph to a Collada DAE file.

Classes

BlockLibraryKey(kind[, pop_faces_at_directions])

The key to access the library node in the Collada DAE file.

Transformation(translation, scale, rotation)

Transformation data class to store the translation, scale, rotation, and the composed affine matrix.