fmeobjects.FMEPath.appendPartWithSnapping

FMEPath.appendPartWithSnapping(curve)

Append an entire segment. If the path and the curve are not connected, the first point on the curve will be moved to instead be the last point on the path. 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 with snapping.

Return type

None

Raises

FMEException – An exception is raised if an error occurred.