SoCameraInteractorSetPosition Method (SbVec3f) |
Move camera to the specified position.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetPosition(
SbVec3f pos
)
Public Sub SetPosition (
pos As SbVec3f
)
public:
void SetPosition(
SbVec3f pos
)
member SetPosition :
pos : SbVec3f -> unit
Parameters
- pos
- Type: OIV.InventorSbVec3f
new position in world coordinates
Remarks See Also