ShiftWorldPlane
Shifts world plane along its normal vector.
Applications:Correction of already calibrated world plane. Useful for avoiding recalibration when, for example, the product thickness on a conveyor belt changes by a known amount.
Syntax
C++
C#
Python
def ShiftWorldPlane( inTransform: RectificationTransform, inDeltaZ: float, outTransform: RectificationTransform, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inTransform | RectificationTransform | ||
![]() |
inDeltaZ | float | The world plane will be shifted by given amount in direction perpendicular to the grid. Positive translations move plane away from camera. | |
![]() |
outTransform | RectificationTransform |


