Start » Filter Reference » Geometry 3D » Geometry 3D Spatial Transforms » RescaleCircle3D
Module: | Vision3DLite |
---|
Changes radius of a circle in 3D and translates its center in relation to a reference point.
Name | Type | Description | |
---|---|---|---|
inCircle3D | Circle3D | ||
inReferencePoint | Point3D* | The point to which the distance of the circle center is changed (circle center by default) | |
inScale | Real | Scaling factor | |
inInverse | Bool | Switches to the inverse operation | |
outCircle3D | Circle3D |
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 | Indefinite circle on input in RescaleCircle3D. |
DomainError | Scale cannot be zero in an inverse scaling of a circle in RescaleCircle3D. |
Complexity Level
This filter is available on Basic Complexity Level.