fmeobjects.FMEBox.setLocalSecondPointXYZ

FMEBox.setLocalSecondPointXYZ(x, y, z)

Sets the coordinates of the upper point of this box’s bounds, prior to transformation.

Parameters:
  • x (float) – The x coordinate of the upper point.
  • y (float) – The y coordinate of the upper point.
  • z (float) – The z coordinate of the upper point.
Return type:

None