Click or drag to resize

ModelTransformation Properties

The ModelTransformation type exposes the following members.

Properties
  NameDescription
Public propertyCurrentValue
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.
Public propertyDefaultValue
Gets the default value of the transformation. The CurrentValue property of the transformation will have this value when the ModelPrimitive is initialized.
Public propertyMaximumValue
Gets the maximum value of the transformation.
Public propertyMinimumValue
Gets the minimum value of the transformation.
Public propertyName
Gets the name of the transformation.
Public propertyRange
Gets the value range of the transformation. Equivalent to the difference of the MaximumValue and MinimumValue properties.
Public propertyType
Gets the ModelTransformationType associated with the transformation.
Top
See Also