SoCameraInteractorSetRotationCenter Method |
Set the center of rotation.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetRotationCenter(
SbVec3f pos
)
Public Sub SetRotationCenter (
pos As SbVec3f
)
public:
void SetRotationCenter(
SbVec3f pos
)
member SetRotationCenter :
pos : SbVec3f -> unit
Parameters
- pos
- Type: OIV.InventorSbVec3f
position in world coordinates
Remarks
See Also