| script (MEL) | Only available in MEL | 
		  | nurbsViewDirectionVector  | In categories: Modeling, NURBS | 
       
      
		
      
      Go to: Synopsis. Return value. Related. MEL examples. 
      
       
float[] nurbsViewDirectionVector( int $onlyOrtho )
	  
      
      Get the current camera view direction as a normalized vector.
If $onlyOrtho flag is set to true, this is done for the orthogonal
cameras only; the perspective cameras get the default up direction
returned as the result.
	  
      
      None
      
      camera, roll, track, tumble, viewCamera, viewLookAt
      
    Arguments
    
    
       | Variable Name | Variable Type | Description | 
    | $onlyOrtho | int | - do this only for ortho windows | 
    
    
	nurbsViewDirectionVector(0);