A model transformation defines a transformation that is applied to geometry on a model primitive. That geometry is identified by the model articulation which contains the transformation. Changing the current value property of the transformation will also change the geometry associated with its articulation. The type of transformation that will be applied is indicated by the type property.
![]() | Gets or sets the current value of the transformation. The current value of the transformation will be reflected in the geometry of the model primitive that it is associated with. |
![]() | Gets the default value of the transformation. The current value property of the transformation will have this value when the model primitive is initialized. |
![]() | Gets the maximum value of the transformation. |
![]() | Gets the minimum value of the transformation. |
![]() | Gets the name of the transformation. |
![]() | Gets the value range of the transformation. Equivalent to the difference of the maximum value and minimum value properties. |
![]() | Gets the model transformation type associated with the transformation. |