|  | PlaneLimitAnchorPositionBLocal Property | 
            Gets or sets the constraint anchor position on 
BodyB in local space
            of 
BodyB.
            
 
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
 Syntax
Syntaxpublic Vector3F AnchorPositionBLocal { get; set; }Public Property AnchorPositionBLocal As Vector3F
	Get
	Set
public:
property Vector3F AnchorPositionBLocal {
	Vector3F get ();
	void set (Vector3F value);
}member AnchorPositionBLocal : Vector3F with get, set
Property Value
Type: 
Vector3F
            The constraint anchor position on 
BodyB in local space of 
            
BodyB.
            
 Remarks
Remarks
            This point on the second body is restricted to be in front of the plane that is fixed on
            
BodyA.
            
 See Also
See Also