Home | Trees | Indices | Help |
---|
|
object --+ | FMEGeometry --+ | FMECurve --+ | FMEPath
init(MultipleInvocations)
Create an instance of an Path geometry object.
init()
Default FMEPath constructor.
Returns: FMEPath
init(path)
Create a copy of the passed in Path geometry object.
Parameters
path FMEPath
- The Path geometry object to create
a copy of.
Returns: FMEPath
|
|||
|
|||
|
|||
|
|||
|
|||
None
|
|
||
None
|
|
||
None
|
|
||
None
|
|
||
None
|
|
||
None
|
|
||
None
|
|
||
FMEArc or FMELine |
|
||
int
|
|
||
FMEArc or FMELine |
|
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
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.
|
Append an entire segment. If the path and the curve are not connected, a 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.
|
Extends the path to a point. If the point is 2D and the path is 3D,
the point will be set to 3D with a Z value of 0.0. If the path is 2D and
the point is 3D, the segments in the path will be set to 3D with 0.0 for
Z values. If
|
Extend the path to a point. If this method is called on a 3D line, a Z value of 0.0 will be used for each appended point.
|
Extend the path to a point. If this method is called on a 2D line, the line will be forced to 3D with a default Z value of 0.0.
|
Extend the path to a list of points. If this method is called on a 3D path, a Z value of 0.0 will be used for each appended point.
|
Extend the path to a list of points. If this method is called on a 2D path, the path will be forced to 3D with a default Z value of 0.0.
|
This returns the part of the FMEPath at the given index. This returns
|
This returns the number of FMESegments that make up this path.
|
This removes the end FMESegment of the path. If there are no segments in the
FMEPath,
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Nov 26 19:10:16 2015 | http://epydoc.sourceforge.net |