◆ flange() [1/2]
      
        
          | coat::nut::flange::flange  | 
          ( | 
          float  | 
          d,  | 
        
        
           | 
           | 
          float  | 
          h  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ flange() [2/2]
      
        
          | coat::nut::flange::flange  | 
          ( | 
          float  | 
          d,  | 
        
        
           | 
           | 
          float  | 
          h,  | 
        
        
           | 
           | 
          float  | 
          fw,  | 
        
        
           | 
           | 
          float  | 
          fh  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
constructor. 
- Parameters
 - 
  
    | d | diameter  | 
    | h | height  | 
    | fw | facet width  | 
    | fh | facet height  | 
  
   
 
 
◆ copy()
  
  
      
        
          | virtual base * coat::nut::flange::copy  | 
          ( | 
          base *  | 
          p = nullptr | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
copies the flange object. 
- Parameters
 - 
  
    | p | pointer to the flange object to copy. If the pointer equals to null then the object is duplicated  | 
  
   
- Returns
 - the pointer to a copy of an flange object. 
 
Reimplemented from coat::nut::base.
 
 
◆ facetHeight() [1/2]
      
        
          | float coat::nut::flange::facetHeight  | 
          ( | 
           | ) | 
           const | 
        
      
 
get the height. 
- Returns
 - height value. 
 
 
 
◆ facetHeight() [2/2]
      
        
          | flange & coat::nut::flange::facetHeight  | 
          ( | 
          const float &  | 
          h | ) | 
           | 
        
      
 
set the facet height. 
- Parameters
 - 
  
  
 
- Returns
 - flange reference 
 
 
 
◆ facetWidth() [1/2]
      
        
          | float coat::nut::flange::facetWidth  | 
          ( | 
           | ) | 
           const | 
        
      
 
get the width. 
- Returns
 - width value. 
 
 
 
◆ facetWidth() [2/2]
      
        
          | flange & coat::nut::flange::facetWidth  | 
          ( | 
          const float &  | 
          w | ) | 
           | 
        
      
 
set the width. 
- Parameters
 - 
  
  
 
- Returns
 - flange reference 
 
 
 
The documentation for this class was generated from the following file: