AngleOutOfPlaneConstraintDerivative Property |
Gets or sets the derivative to constrain. If this property is 0, the angle itself is constrained. If it is
1, the angular rate is constrained. If it is 2, the angular acceleration is constrained.
Namespace:
AGI.Foundation.Access.Constraints
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public int Derivative { get; set; }
Public Property Derivative As Integer
Get
Set
public:
property int Derivative {
int get ();
void set (int value);
}
member Derivative : int with get, set
Property Value
Type:
Int32See Also