fmeobjects.FMEMultiSurface.scale

FMEMultiSurface.scale(xscale, yscale, zscale)

Scales the contained surfaces by the scaling factors, relative to the origin.

Parameters:
  • xscale (float) – The x scale factor.

  • yscale (float) – The y scale factor.

  • zscale (float) – The z scale factor.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.