This interface provides access to orientation filters.  
 More...
#include <irangeelement3dec.h>
 | 
| 
virtual Orientation3  | getOrientation () const =0 | 
|   | returns orientation object 
  | 
|   | 
| 
virtual double  | getNormalTolerance () const =0 | 
|   | returns normal tolerance 
  | 
|   | 
| 
virtual double  | getDipTolerance () const =0 | 
|   | returns dip tolerance 
  | 
|   | 
| 
virtual double  | getDipDirectionTolerance () const =0 | 
|   | eturns dip direction tolerance 
  | 
|   | 
| 
virtual IRangeElement *  | getIRangeElement ()=0 | 
|   | returns pointer to filter element 
  | 
|   | 
| 
virtual void  | setOrientation (const Orientation3 &o)=0 | 
|   | sets orientation filter element 
  | 
|   | 
| 
virtual void  | setNormalTolerance (const double &d)=0 | 
|   | sets orientation filter normal tolerance 
  | 
|   | 
| 
virtual void  | setDipTolerance (const double &d)=0 | 
|   | sets orientation filter dip tolerance 
  | 
|   | 
| 
virtual void  | setDipDirectionTolerance (const double &d)=0 | 
|   | sets orientation filter dip direction tolerance 
  | 
|   | 
| virtual void  | orientationChanged (const Orientation3 &o)=0 | 
|   | 
| virtual void  | tolerance1Changed (const double &d)=0 | 
|   | 
| virtual void  | tolerance2Changed (const double &d)=0 | 
|   | 
 | 
| 
static const TType  | type_ = 0x4c8f35be | 
|   | type code 
  | 
|   | 
| 
static const uint32  | orientationNotice_ = 10 | 
|   | orientation notice code 
  | 
|   | 
| 
static const uint32  | tol1Notice_ = 11 | 
|   | dip tolerance change code 
  | 
|   | 
| 
static const uint32  | tol2Notice_ = 12 | 
|   | dd tolerance 
  | 
|   | 
This interface provides access to orientation filters. 
 
◆ orientationChanged()
  
  
      
        
          | virtual void block::IRangeElementOrientation::orientationChanged  | 
          ( | 
          const Orientation3 & |           o | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
signals signal orientation changed 
- Parameters
 - 
  
  
 
 
 
◆ tolerance1Changed()
  
  
      
        
          | virtual void block::IRangeElementOrientation::tolerance1Changed  | 
          ( | 
          const double & |           d | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
signal dip tolerance changed 
- Parameters
 - 
  
  
 
 
 
◆ tolerance2Changed()
  
  
      
        
          | virtual void block::IRangeElementOrientation::tolerance2Changed  | 
          ( | 
          const double & |           d | ) | 
           | 
         
       
   | 
  
pure virtual   | 
  
 
signal dd tolerance changed 
- Parameters
 - 
  
  
 
 
 
The documentation for this class was generated from the following file: