IModelJson.AuxChannelProps Interface
Interface for a channel of analytical mesh data.
See AuxChannel for further information.
Properties
| Name | Type | Description | |
|---|---|---|---|
| data | IModelJson.AuxChannelDataProps[] | An array of analytical data at one or more input values. | |
| dataType | AuxChannelDataType | The type of data stored in this channel. | |
| inputName | string | undefined | Optional input name. | |
| name | string | undefined | Optional channel name. |
Defined in
- serialization/IModelJsonSchema.ts Line 512
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.