tqec.sketchup.collada.write_block_graph_to_dae_file

write_block_graph_to_dae_file(block_graph: BlockGraph, file_like: str | Path | BinaryIO, pipe_length: float = 2.0) None[source]

Write the block graph to a Collada DAE file.

Parameters:
  • block_graph – The block graph to write.

  • file – The output file path or file-like object that supports binary write.

  • pipe_length – The length of the pipe blocks. Default is 2.0.