| SoTrackerEventSetPosition3 Method  | 
Set position of associated tracker in world coordinates. 
 
Namespace: OIV.Inventor.EventsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void SetPosition3(
	SbVec3f p
)
Public Sub SetPosition3 ( 
	p As SbVec3f
)
public:
void SetPosition3(
	SbVec3f p
)
member SetPosition3 : 
        p : SbVec3f -> unit 
Parameters
- p
 - Type: OIV.InventorSbVec3f
 
Remarks
See Also