#include <opennurbs_dimensionstyle.h>
◆ arrow_type
Defines enumerated values for arrowhead shapes. 
| Enumerator | 
|---|
| None  |  | 
| UserBlock  |  | 
| SolidTriangle  |  | 
| Dot  |  | 
| Tick  |  | 
| ShortTriangle  |  | 
| OpenArrow  |  | 
| Rectangle  |  | 
| LongTriangle  |  | 
| LongerTriangle  |  | 
 
 
◆ ON_Arrowhead() [1/2]
  
  
      
        
          | ON_Arrowhead::ON_Arrowhead  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ ~ON_Arrowhead()
  
  
      
        
          | ON_Arrowhead::~ON_Arrowhead  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ ON_Arrowhead() [2/2]
◆ ArrowBlockId()
      
        
          | ON_UUID ON_Arrowhead::ArrowBlockId  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ ArrowheadType()
◆ ArrowTypeFromUnsigned()
◆ DefaultArrowType()
◆ GetArrowheadBoundingBox()
◆ GetPoints() [1/2]
  
  
      
        
          | static ON__UINT32 ON_Arrowhead::GetPoints  | 
          ( | 
          arrow_type  | 
          type,  | 
         
        
           | 
           | 
          const double *&  | 
          points  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ GetPoints() [2/2]
◆ operator!=()
      
        
          | bool ON_Arrowhead::operator!=  | 
          ( | 
          const ON_Arrowhead &  | 
          other | ) | 
           const | 
        
      
 
 
◆ operator=()
◆ operator==()
      
        
          | bool ON_Arrowhead::operator==  | 
          ( | 
          const ON_Arrowhead &  | 
          other | ) | 
           const | 
        
      
 
 
◆ SetArrowBlockId()
      
        
          | void ON_Arrowhead::SetArrowBlockId  | 
          ( | 
          ON_UUID  | 
          id | ) | 
           | 
        
      
 
 
◆ SetArrowheadType()
      
        
          | void ON_Arrowhead::SetArrowheadType  | 
          ( | 
          arrow_type  | 
          type | ) | 
           |