Scales the current Vector3d by the given amounts.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Sub Scale( _ ByVal sx As Double, _
 ByVal sy As Double, _
 ByVal sz As Double _
 )
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			sx
		
	
- 
		
			Type: double 
		 
			The scale of the X component. 
		 
	- 
		
			sy
		
	
- 
		
			Type: double 
		 
			The scale of the Y component. 
		 
	- 
		
			sz
		
	
- 
		
			Type: double 
		 
			The scale of the Z component. 
		 
 
	
		 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