Function dump
Source pub fn dump(path: PathBuf, format: OutputFormat) -> Result<()>
Expand description
Dump the raw parsed Model structure for debugging.
Outputs the in-memory representation of the 3MF model for developer inspection.
§Arguments
path - Path to the 3MF file
format - Output format (Text for debug format, Json for structured)
§Errors
Returns an error if the file cannot be parsed.