Back to Aurora Vision Studio website
	
                
                    
	
		
	You are here: Start » Filter Reference » Path » Path Spatial Transforms » RescalePathArray
| Module: | FoundationLite | 
|---|
Translates each point of each path proportionally to its distance to a reference point.
| Name | Type | Description | |
|---|---|---|---|
![]()  | 
				inPaths | PathArray | |
![]()  | 
				inReferencePoint | Point2D* | The point to which all distances change linearly (the mass center by default) | 
![]()  | 
				inScale | Real | Scaling factor | 
![]()  | 
				inInverse | Bool | Switches to the inverse operation | 
![]()  | 
				outPaths | PathArray | 
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
| Error type | Description | 
|---|---|
| DomainError | Reference point cannot be computed in RescalePathArray. | 
Complexity Level
This filter is available on Basic Complexity Level.

 Basic
