A ModelTransformation defines a transformation that is applied to geometry on a ModelPrimitive. That geometry is identified by the ModelArticulation 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.
CurrentValue | Gets or sets the current value of the transformation. The current value of the transformation will be reflected in the geometry of the ModelPrimitive that it is associated with. |
DefaultValue | Gets the default value of the transformation. The Current Value property of the transformation will have this value when the ModelPrimitive is initialized. |
MaximumValue | Gets the maximum value of the transformation. |
MinimumValue | Gets the minimum value of the transformation. |
Name | Gets the name of the transformation. |
Range | Gets the value range of the transformation. Equivalent to the difference of the Maximum Value and Minimum Value properties. |
Type | Gets the ModelTransformationType associated with the transformation. |