LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ShowOrientationCube Property
See Also 
Leadtools.Medical3D Namespace > Medical3DControl Class : ShowOrientationCube Property



Shows or hides the orientation cube. Resets the orientation cube to the default position. The default position is at the bottom right of the rendering area.

Syntax

Visual Basic (Declaration) 
Public Property ShowOrientationCube As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Medical3DControl
Dim value As Boolean
 
instance.ShowOrientationCube = value
 
value = instance.ShowOrientationCube
C# 
public bool ShowOrientationCube {get; set;}
C++/CLI 
public:
property bool ShowOrientationCube {
   bool get();
   void set (    bool value);
}

Property Value

true to show the orientation cube; otherwise, false to hide the orientation cube.

Example

For an example refer to Medical3DVolumeType

Remarks

  • The orientation cube is a cube that appears at the right bottom of the screen to show 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 the method ResetOrientationCubePosition.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features