SoCameraInteractorTranslate Method (SbVec3f) |
Move camera by the specified 3D displacement.
Namespace: OIV.Inventor.ViewerComponentsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Translate(
SbVec3f trans
)
Public Sub Translate (
trans As SbVec3f
)
public:
void Translate(
SbVec3f trans
)
member Translate :
trans : SbVec3f -> unit
Parameters
- trans
- Type: OIV.InventorSbVec3f
translation value in world coordinates
Remarks See Also