Back to FabImage Studio websiteYou are here:
Start »
Filter Reference »
Geometry 2D »
Geometry 2D Spatial Transforms »
RescaleArc
Changes radius of an arc and translates its center in relation to a reference point.
|
Name |
Type |
Description |
 |
inArc |
Arc2D |
|
 |
inReferencePoint |
Point2D* |
The point to which the distance of the arc center is changed (no change by default) |
 |
inScale |
Real |
Scaling factor |
 |
inInverse |
Bool |
Switches to the inverse operation |
 |
outArc |
Arc2D |
|
Examples
RescaleArc performed on the sample arc, inReferencePoint = auto, inScale = 2.0 and inInverse = false.
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 |
Scale cannot be zero in an inverse scaling of an arc in RescaleArc. |
Complexity Level
This filter is available on Advanced Complexity Level.