fmeobjects.FMEBox.setLocalFirstPointXYZ

FMEBox.setLocalFirstPointXYZ(x, y, z)

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

Parameters:
  • x (float) – The x coordinate of the lower point.

  • y (float) – The y coordinate of the lower point.

  • z (float) – The z coordinate of the lower point.

Return type:

None