Back to FabImage Studio website
You are here: Start » Filter Reference » Geometry 3D » Geometry 3D Spatial Transforms » ResizeBox3D_Delta
Module: | Vision3DLite |
---|
Changes the dimensions of a box in 3D by adding some values.
Name | Type | Description | |
---|---|---|---|
![]() |
inBox3D | Box3D | Input box |
![]() |
inAnchor | Anchor3D | Point of the box in 3D which position will not change |
![]() |
inXLengthDelta | Real | Value added to length of the box in X axis |
![]() |
inYLengthDelta | Real | Value added to length of the box in X axis |
![]() |
inZLengthDelta | Real | Value added to length of the box in X axis |
![]() |
outBox3D | Box3D | Resized box |
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 | Negative box dimensions in ResizeBox3D_Delta. |
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of ResizeBox3D filter group.