fmeobjects.FMERectangleFace.setLocalSecondPointXYZ

FMERectangleFace.setLocalSecondPointXYZ(x, y, z)

Sets the coordinates of the lower point of this rectangular face, prior to transformation.

Parameters:
  • x (float) – The x value.

  • y (float) – The y value.

  • z (float) – (Optional) The z value.

Return type:

None