Defines the axes for coordinates recalculation.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Shared Sub DoNewAutoCADAxes( _ ByVal V As DPoint, _
 ByRef UX As DPoint, _
 ByRef UY As DPoint, _
 ByRef UZ As DPoint _
 )
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			V
		
	
- 
		
			Type: DPoint 
		 
			A vector 
		 
	- 
		
			UX
		
	
- 
		
			Type: DPoint 
		 
			Receives X direction vector 
		 
	- 
		
			UY
		
	
- 
		
			Type: DPoint 
		 
			Receives Y direction vector 
		 
	- 
		
			UZ
		
	
- 
		
			Type: DPoint 
		 
			Receives Z direction vector 
		 
 
	
		 Platforms
		
		Platforms
	
  
	
	
	
	
	
	
		 Version Information
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		 See Also
		
		See Also