fmeobjects.FMEAggregate.setGeometryInstanceLocalOrigin

FMEAggregate.setGeometryInstanceLocalOrigin(x, y, z)

This method sets the geometry instance local origin of this aggregate. If this aggregate is not currently a geometry instance, this call will cause the aggregate to destroy all owned parts and turn the aggregate into a geometry instance. The local origin is the origin from which the geometry instance transformation matrix is applied. The default local origin is (0,0,0).

Parameters:
  • x (float) – The x point of the local origin.

  • y (float) – The y point of the local origin.

  • z (float) – The z point of the local origin.

Return type:

None