IModelWriter

Description

interface Tinman.Engine.Models.IModelWriter

Derived from

IOperation
IPathInfo

Extended by

IModelWriterCmh

Base interface for background operations that write a 3D model file.

The IPathInfo.PathInfo property returns the model file path that has been passed to ModelFormat.WriteModel. A model format may return a writer object which implements additional interfaces, which can be used to configure the model output, before starting the background operation. Please refer to the documentation of the model format for details on the supported interfaces.