tqec.sketchup.collada

Handling interoperation with Collada DAE files.

Functions

display_collada_model(filepath_or_bytes[, ...])

Display a 3D model from a Collada DAE file in IPython compatible environments.

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

ColladaDisplayHelper(filepath_or_bytes)

Helper class to display a Collada DAE file in IPython compatible environments.

Transformation(translation, scale, rotation, ...)

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