IModelWriterCmh

Description

interface Tinman.Engine.Models.IModelWriterCmh

Derived from

IModelWriter

Represents the background operation that writes a 3D model file using the ModelFormat.CMH format.

The following file format versions may be used for VersionMaximum and VersionMinimum:

The model writer will choose a file format version between VersionMinimum and VersionMaximum for writing the given IModel object. If the required file format version is not included in the allowed range, a ValidatingException will be thrown when the operation is run. To catch validation errors up-front, use the IValidatable.Validate method.

Public / Attributes

Version​Maximum


public attribute VersionMaximum → (get,set)

value : int32

The maximum file format version to write. Will be clamped to the range of defined version numbers.

The maximum file format version to use for writing the model file.

Defaults to Maths.MaxInt.

Version​Minimum


public attribute VersionMinimum → (get,set)

value : int32

The minimum file format version to write. Will be clamped to the range of defined version numbers.

The minimum file format version to use for writing the model file.

Defaults to 1.