|  | FixedJointAnchorPoseBLocal Property | 
            Gets or sets the constraint anchor pose 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 Pose AnchorPoseBLocal { get; set; }Public Property AnchorPoseBLocal As Pose
	Get
	Set
public:
property Pose AnchorPoseBLocal {
	Pose get ();
	void set (Pose value);
}member AnchorPoseBLocal : Pose with get, set
Property Value
Type: 
Pose
            The constraint anchor pose on 
BodyB in local space of 
            
BodyB.
            
 See Also
See Also