fmeobjects.FMEMultiCurve.appendPart
- FMEMultiCurve.appendPart(curve)
This appends the curve to the MultiCurve. If
None
is passed in, nothing will be appended. All curves in the MultiCurve will be forced to have the same dimension. If any 3D curves exist, all 2D curves will be converted to 3D with a default Z value of 0.0.- Parameters:
curve (FMECurve) – The curve to be appended.
- Return type:
None
- Raises:
FMEException – An exception is raised if an error occurred.