ShowOrientationCube Property

Summary

Shows or hides the orientation cube.

Syntax
C#
VB
C++
public bool ShowOrientationCube { get; set; } 
  
Public Property ShowOrientationCube As Boolean 
public: 
property bool ShowOrientationCube { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

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.

Example

For an example refer to Medical3DVolumeType

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly