AssetModelTransform

data class AssetModelTransform(val expression: String, val variables: List<AssetModelExpressionVariable>)

Constructors

Link copied to clipboard
constructor(expression: String, variables: List<AssetModelExpressionVariable>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The mathematical expression that defines the transformation function. You can specify up to 10 functions per expression.

Link copied to clipboard

The list of variables used in the expression.