base struct of the head data  
 More...
#include <CorePrimAPI.h>
 | 
| 
float  | _diameter | 
|   | 
| 
float  | _height | 
|   | 
base struct of the head data 
- Examples
 - bolt_binary.cpp, boltheads.cpp, and screw.cpp.
 
 
◆ base()
      
        
          | coat::boltHead::base::base  | 
          ( | 
          float  | 
          _d,  | 
        
        
           | 
           | 
          float  | 
          _h  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ diameter()
      
        
          | base & coat::boltHead::base::diameter  | 
          ( | 
          float  | 
          _d | ) | 
           | 
        
      
 
set the diameter. 
- Parameters
 - 
  
  
 
- Returns
 - base reference 
 
 
 
◆ height()
      
        
          | base & coat::boltHead::base::height  | 
          ( | 
          float  | 
          _h | ) | 
           | 
        
      
 
set the height. 
- Parameters
 - 
  
  
 
- Returns
 - base reference 
 
 
 
The documentation for this struct was generated from the following file: