Start » Filter Reference » Surface » Surface Spatial Transforms » RescaleSurface
Module: | Vision3DStandard |
---|
Changes the distances of surface points to a reference point.
Name | Type | Description | |
---|---|---|---|
inSurface | Surface | Input surface | |
inReferencePoint | Point3D | Point to which the distances will be changed | |
inScaleX | Real | Scaling factor along X axis | |
inScaleY | Real* | Scaling factor along Y axis | |
inScaleZ | Real* | Scaling factor along Z axis | |
inInverse | Bool | Switches to the inverse operation | |
outSurface | Surface | Rescaled surface |
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 rescaling in RescaleSurface. |
Complexity Level
This filter is available on Basic Complexity Level.