#include <opennurbs_mesh_modifiers.h>
|  | 
| static ON_UUID | PlugInId (void) | 
|  | Returns the plug-in id of the 'Displacement' plug-in which implements all the mesh modifiers.  More... 
 | 
|  | 
| CImpl * | m_impl | 
|  | 
◆ ON_EdgeSoftening() [1/3]
      
        
          | ON_EdgeSoftening::ON_EdgeSoftening | ( |  | ) |  | 
      
 
 
◆ ON_EdgeSoftening() [2/3]
      
        
          | ON_EdgeSoftening::ON_EdgeSoftening | ( | const ON_XMLNode & | node | ) |  | 
      
 
 
◆ ON_EdgeSoftening() [3/3]
◆ Chamfer()
      
        
          | bool ON_EdgeSoftening::Chamfer | ( | void |  | ) | const | 
      
 
Specifies whether to chamfer the edges. 
 
 
◆ EdgeAngleThreshold()
      
        
          | double ON_EdgeSoftening::EdgeAngleThreshold | ( | void |  | ) | const | 
      
 
Threshold angle (in degrees) which controls whether an edge is softened or not. The angle refers to the angles between the adjacent faces of an edge. 
 
 
◆ Faceted()
      
        
          | bool ON_EdgeSoftening::Faceted | ( | void |  | ) | const | 
      
 
Specifies whether the edges are faceted. 
 
 
◆ ForceSoftening()
      
        
          | bool ON_EdgeSoftening::ForceSoftening | ( | void |  | ) | const | 
      
 
Specifies whether to soften edges despite too large a radius. 
 
 
◆ On()
      
        
          | bool ON_EdgeSoftening::On | ( | void |  | ) | const | 
      
 
Specifies whether the feature is enabled or not. 
 
 
◆ operator!=()
◆ operator=()
◆ operator==()
◆ SetChamfer()
      
        
          | void ON_EdgeSoftening::SetChamfer | ( | bool | b | ) |  | 
      
 
 
◆ SetEdgeAngleThreshold()
      
        
          | void ON_EdgeSoftening::SetEdgeAngleThreshold | ( | double | d | ) |  | 
      
 
 
◆ SetFaceted()
      
        
          | void ON_EdgeSoftening::SetFaceted | ( | bool | b | ) |  | 
      
 
 
◆ SetForceSoftening()
      
        
          | void ON_EdgeSoftening::SetForceSoftening | ( | bool | b | ) |  | 
      
 
 
◆ SetOn()
      
        
          | void ON_EdgeSoftening::SetOn | ( | bool | b | ) |  | 
      
 
 
◆ SetSoftening()
      
        
          | void ON_EdgeSoftening::SetSoftening | ( | double | d | ) |  | 
      
 
 
◆ Softening()
      
        
          | double ON_EdgeSoftening::Softening | ( | void |  | ) | const | 
      
 
 
◆ Uuid()
  
  | 
        
          | virtual ON_UUID ON_EdgeSoftening::Uuid | ( | void |  | ) | const |  | overridevirtual | 
 
Return the unique identifier of this mesh modifier. 
Implements ON_MeshModifier.