◆ radial() [1/2]
      
        
          | coat::nut::radial::radial  | 
          ( | 
          float  | 
          d,  | 
        
        
           | 
           | 
          float  | 
          h  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ radial() [2/2]
      
        
          | coat::nut::radial::radial  | 
          ( | 
          float  | 
          d,  | 
        
        
           | 
           | 
          float  | 
          h,  | 
        
        
           | 
           | 
          float  | 
          d1,  | 
        
        
           | 
           | 
          float  | 
          d2  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
constructor 
- Parameters
 - 
  
    | d | diameter  | 
    | h | height.  | 
    | d1 | hole diameter  | 
    | d2 | hole depth  | 
  
   
 
 
◆ copy()
  
  
      
        
          | virtual base * coat::nut::radial::copy  | 
          ( | 
          base *  | 
          p = nullptr | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
copies the radial object. 
- Parameters
 - 
  
    | p | pointer to the radial object to copy. If the pointer equals to null then the object is duplicated  | 
  
   
- Returns
 - the pointer to a copy of an radial object. 
 
Reimplemented from coat::nut::base.
 
 
◆ holeDepth() [1/2]
      
        
          | float coat::nut::radial::holeDepth  | 
          ( | 
           | ) | 
           const | 
        
      
 
get the hole depth. 
- Returns
 - radial hole depth 
 
 
 
◆ holeDepth() [2/2]
      
        
          | radial & coat::nut::radial::holeDepth  | 
          ( | 
          const float &  | 
          d | ) | 
           | 
        
      
 
set the hole depth. 
- Parameters
 - 
  
  
 
- Returns
 - radial reference 
 
 
 
◆ holeDiameter() [1/2]
      
        
          | float coat::nut::radial::holeDiameter  | 
          ( | 
           | ) | 
           const | 
        
      
 
set the hole diameter. 
- Returns
 - hole diameter 
 
 
 
◆ holeDiameter() [2/2]
      
        
          | radial & coat::nut::radial::holeDiameter  | 
          ( | 
          const float &  | 
          d | ) | 
           | 
        
      
 
set the hole diameter. 
- Parameters
 - 
  
  
 
- Returns
 - radial reference 
 
 
 
◆ holePlace() [1/2]
      
        
          | int coat::nut::radial::holePlace  | 
          ( | 
           | ) | 
           const | 
        
      
 
get the hole place. 
- Returns
 - place flag 0 - face, 1 - side 
 
 
 
◆ holePlace() [2/2]
      
        
          | radial & coat::nut::radial::holePlace  | 
          ( | 
          const int &  | 
          place | ) | 
           | 
        
      
 
set the hole place (0 - face, 1 - side). 
- Parameters
 - 
  
  
 
- Returns
 - radial reference 
 
 
 
The documentation for this class was generated from the following file: