fmeobjects.FMEPath.getPartAt
- FMEPath.getPartAt(index)
This returns the part of the
FMEPath
at the given index. This returnsNone
if the index is out of range.- Parameters:
index (int) – The index to retrieve the part from.
- Return type:
- Returns:
The
FMESegment
at the given index. Returns the terminal geometry of theFMESegment
, either aFMEArc
orFMELine
.