Start » Filter Reference » Geometry 3D » Geometry 3D Spatial Transforms » RescaleLine3D
Module: | Vision3DLite |
---|
Changes the input line in 3D distance to a reference point.
Name | Type | Description | |
---|---|---|---|
inLine3D | Line3D | Input line in 3D | |
inReferencePoint | Point3D | The point to which the distance of line in 3D is changed | |
inScale | Real | Scaling factor | |
inInverse | Bool | Switches to the inverse operation | |
outLine3D | Line3D |
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 line on input in RescaleLine3D. |
DomainError | Scale cannot be zero in an inverse rescaling of a line in RescaleLine3D. |
Complexity Level
This filter is available on Basic Complexity Level.