Visual Basic (Declaration) | |
---|---|
Public Sub ResetOrientationCubePosition() |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As Medical3DControl instance.ResetOrientationCubePosition() |
C# | |
---|---|
public void ResetOrientationCubePosition() |
C++/CLI | |
---|---|
public: void ResetOrientationCubePosition(); |
For an example refer to Medical3DObject.ResetPosition
- The orientation cube is a cube that appears at the bottom right of the screen and shows the current orientation of the 3D object. Rotating the object will cause the orientation cube to rotate as well.
- You can move the rotation cube using the left mouse button. Click on it and drag it anywhere in the cell. if you drag it outside the rendering area, you can reset it's position using this method.
- You can show or hide the orientation cube using the ShowOrientationCube property.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7