AngleInPlaneConstraintInvert Property  | 
 
            Gets or sets a value indicating whether or not the angle should be measured opposite the usual direction.
            In other words, if this property is , the angle is measured away from the second
            axis defining the plane (counter-clockwise) rather than toward it.
            
 
    Namespace: 
   AGI.Foundation.Access.Constraints
    Assembly:
   AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Invert { get; set; }Public Property Invert As Boolean
	Get
	Set
public:
property bool Invert {
	bool get ();
	void set (bool value);
}member Invert : bool with get, set
Property Value
Type: 
Boolean
See Also