#include <rhinoSdkAppSettings.h>
 
◆ CRhinoThicknessAnalysisSettings()
      
        
          | CRhinoThicknessAnalysisSettings::CRhinoThicknessAnalysisSettings | ( |  | ) |  | 
      
 
 
◆ ColorMappingCRC()
      
        
          | ON__UINT32 CRhinoThicknessAnalysisSettings::ColorMappingCRC | ( |  | ) | const | 
      
 
 
◆ Defaults()
      
        
          | void CRhinoThicknessAnalysisSettings::Defaults | ( |  | ) |  | 
      
 
 
◆ LoadProfile()
◆ operator!=()
◆ operator==()
◆ ProfileKey()
      
        
          | const wchar_t* CRhinoThicknessAnalysisSettings::ProfileKey | ( |  | ) | const | 
      
 
 
◆ SaveProfile()
◆ Validate()
      
        
          | void CRhinoThicknessAnalysisSettings::Validate | ( |  | ) |  | 
      
 
clamp settings to valid values 
 
 
◆ Default
◆ m_bShowIsoparams
      
        
          | bool CRhinoThicknessAnalysisSettings::m_bShowIsoparams | 
      
 
 
◆ m_distance_range
      
        
          | ON_Interval CRhinoThicknessAnalysisSettings::m_distance_range | 
      
 
 
◆ m_max_update_time_seconds
      
        
          | unsigned short CRhinoThicknessAnalysisSettings::m_max_update_time_seconds | 
      
 
maximum number of seconds a user is willing to wait to calculate the analysis results on a single object. An unsigned short allows for a maximum limit of 18.6 hours. If m_max_update_time_seconds is zero, then the calculation is allowed to run forever.