Gets or sets a flag to support creating a cut-plane from 2D images.
            
            
            
            
            
            
            
            public bool SupportCutplane {get; set;}
             
        
            
            'Declaration
 
Public Property SupportCutplane As Boolean
             
        
            
            'Usage
 
Dim instance As Viewer3DOptions
Dim value As Boolean
 
instance.SupportCutplane = value
 
value = instance.SupportCutplane
             
        
            
        
            
        
            
            public: __property bool get_SupportCutplane();
public: __property void set_SupportCutplane( 
   bool value
);
             
        
            
            public:
property bool SupportCutplane {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
Type: 
System.Boolean true to support creating a cut-plane from 2D images; Otherwise, false.