AngleInPlaneConstraintPlane Property  | 
 
            Gets or sets the plane into which the displacement vector is projected.
            
 
    Namespace: 
   AGI.Foundation.Access.Constraints
    Assembly:
   AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic PlaneIndicator Plane { get; set; }Public Property Plane As PlaneIndicator
	Get
	Set
public:
property PlaneIndicator Plane {
	PlaneIndicator get ();
	void set (PlaneIndicator value);
}member Plane : PlaneIndicator with get, set
Property Value
Type: 
PlaneIndicator
See Also