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 506
Last Updated: 13 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.