Skip to content

Splits vtp files into separate xml header file & data file

Notifications You must be signed in to change notification settings

TheCMMC/Utilities-split-vtp-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Utilities-split-vtp-files

This software is under copyright of the CMMC and no license is offered at the moment. It is used for the Proof of Concept and GFI bioreactor project by the CMMC.

Splits vtp files into separate xml header file & data file

Script used to transform biocellion output files and their names into a form suitable for the BioreactorPOCUnity3D demo. Because the demo has been (re)written to consume for each vtp file an xml text file that contains the data array offsets and a separate binary data file that contains the arrays, the standard vtp files output by biocellion containing both forms of information must be split in two. The script creates a new directory containing these split files and also copies over the pvtp files. All files are renamed with appropriate .txt and .bytes suffixes. The folder containing the new output files can then be treated as an asset by the Unity demo. Original files are left intact.

Usage:

split_vtp_files <biocellion-output-dir-path> <output-split-path>

About

Splits vtp files into separate xml header file & data file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages