ModelTransformation.CurrentValue Property |
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.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double CurrentValue { get; set; }
Public Property CurrentValue As Double
Get
Set
public:
property double CurrentValue {
double get ();
void set (double value);
}
member CurrentValue : float with get, set
Property Value
Type:
Double
See Also