This module provides an interface to construction circles.  
More...
Detailed Description
This module provides an interface to construction circles. 
Usage: from cons_circle import * cc1 = ConsCircle() 
Function Documentation
      
        
          | def cons_circle.ConsCircle  | 
          ( | 
            | 
          args | ) | 
           | 
        
      
 
 ConsCircle() returns a construction circle
 
 
 
      
        
          | def cons_circle.GetAllConstructionCircles  | 
          ( | 
            | 
          args | ) | 
           | 
        
      
 
 Return a list of tuples composed of a global to camera materix and a list of construction circles for the matrix
 
 
 
      
        
          | def cons_circle.GetConstructionCirclesInCurrentView  | 
          ( | 
            | 
          args | ) | 
           | 
        
      
 
 Return a list of construction circles in the current view.
 
 
 
      
        
          | def cons_circle.GetSelection  | 
          ( | 
            | 
          args | ) | 
           | 
        
      
 
 Return a list of construction circles in the current selection.
 
 
 
      
        
          | def cons_circle.LocateConstructionCircleMultiple  | 
          ( | 
            | 
          args | ) | 
           | 
        
      
 
 Prompt the user to locate multiple construction circles.  Return False iff the user canceled.  Use GetSelection() to access the selection.
 
 
 
      
        
          | def cons_circle.LocateConstructionCircleSingle  | 
          ( | 
            | 
          args | ) | 
           | 
        
      
 
 Prompt the user to locate a construction circle.  Return False iff the user canceled.  Use GetSelection() to access the selection.