ModelExporter

expect class ModelExporter(root: INode)

A ModelExporter exports a node and its subtree in bulk.

actual class ModelExporter(root: INode)
actual class ModelExporter(root: INode)

Constructors

Link copied to clipboard
expect constructor(root: INode)
actual constructor(root: INode)
actual constructor(root: INode)

Functions

Link copied to clipboard

Triggers a bulk export of this ModelExporter's root node and its (in-)direct children.

fun export(outputFile: File)

Triggers a bulk export of this ModelExporter's root node and its (in-)direct children into the specified file.