ClippingPlanesColor Property

Summary

Gets or sets the color of the 3D object clipping plane.

Syntax
C#
VB
C++
public Color ClippingPlanesColor { get; set; } 
  
Public Property ClippingPlanesColor As Color 
public: 
property Color ClippingPlanesColor { 
   Color get(); 
   void set (    Color ); 
} 

Property Value

The System.Drawing.Color of the clipping plane.

Remarks
  • The clipping planes are used only with the VRT, MIP or MinIP, and they are used to clip the 3D object from any side and any angle.
  • To enable or disable the clipping planes, use the EnableClippingPlanes property.

Example

For an example, refer to BoundaryBoxColor

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