Functions related to Cutting Planes and cutaways.  
More...
Functions related to Cutting Planes and cutaways. 
◆ AreCuttingPlanesVisible()
      
        
          | ACAPI::Result< bool > ACAPI::Cutaway::CuttingPlane::AreCuttingPlanesVisible  | 
          ( | 
           | ) | 
           const | 
        
      
 
- Returns
 - Returns whether the Cutting Planes are visible. 
 
 
 
◆ GetCuttingPlane()
- Returns
 - Gets the entity representing the cutting plane. 
 
 
 
◆ Is3DCutawayEnabled()
      
        
          | ACAPI::Result< bool > ACAPI::Cutaway::CuttingPlane::Is3DCutawayEnabled  | 
          ( | 
           | ) | 
           const | 
        
      
 
- Returns
 - Returns whether the 3D Cutaway is enabled. 
 
 
 
◆ Set3DCutawayStatus()
      
        
          | ACAPI::Result< void > ACAPI::Cutaway::CuttingPlane::Set3DCutawayStatus  | 
          ( | 
          bool |           status | ) | 
           const | 
        
      
 
- Parameters
 - 
  
    | status | True if the Cutaway should be enabled, false if it should be disabled.  | 
  
   
- Returns
 - Turns the 3D Cutaway on/off. 
 
 
 
◆ SetCuttingPlanesVisibility()
      
        
          | ACAPI::Result< void > ACAPI::Cutaway::CuttingPlane::SetCuttingPlanesVisibility  | 
          ( | 
          bool |           visible | ) | 
           const | 
        
      
 
- Parameters
 - 
  
    | visible | True if the Cutting Planes should be visible, false if not.  | 
  
   
- Returns
 - Shows or hides the Cutting Planes.