STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsModelTransformation Interface

Description

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.

Public Properties

Public Property CurrentValueGets 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.
Public Property DefaultValueGets the default value of the transformation. The current value property of the transformation will have this value when the model primitive is initialized.
Public Property MaximumValueGets the maximum value of the transformation.
Public Property MinimumValueGets the minimum value of the transformation.
Public Property NameGets the name of the transformation.
Public Property RangeGets the value range of the transformation. Equivalent to the difference of the maximum value and minimum value properties.
Public Property TypeGets the model transformation type associated with the transformation.

See Also

© 2021 Analytical Graphics, Inc. All Rights Reserved.