|  | PositionMotorTargetPosition Property | 
 
Namespace: DigitalRune.Physics.ConstraintsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
 Syntax
Syntaxpublic Vector3F TargetPosition { get; set; }Public Property TargetPosition As Vector3F
	Get
	Set
public:
property Vector3F TargetPosition {
	Vector3F get ();
	void set (Vector3F value);
}member TargetPosition : Vector3F with get, set
Property Value
Type: 
Vector3FThe target position.
 Remarks
Remarks
            This target position is the target position the constraint anchor on the second body
            relative to the constraint anchor position and constraint anchor axes on the first body.
            
 See Also
See Also