fmeobjects.FMEPath.appendPart

FMEPath.appendPart(curve)

Append an entire curve. If the path and the curve are not connected, a new line will be inserted between them. If any 3D segments exist, all 2D segments will be converted to 3D with a default Z value of 0.0.

Parameters:

curve (FMECurve) – The curve to append.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.