Write a ChunkSource to a file — the chunk-native sibling of
writeFile. Formats with a streaming writer (ply/sog/compressed-ply)
consume the source directly; formats without one yet materialize to a
DataTable right at the writer and delegate to writeFile — the inline
bridge around the not-yet-chunked writer.
lod output is written via writeLodSource (multi-LOD + env), not here.
Write a ChunkSource to a file — the chunk-native sibling of writeFile. Formats with a streaming writer (
ply/sog/compressed-ply) consume the source directly; formats without one yet materialize to aDataTableright at the writer and delegate to writeFile — the inline bridge around the not-yet-chunked writer.lodoutput is written viawriteLodSource(multi-LOD + env), not here.