Home | Trees | Indices | Help |
---|
|
object --+ | FMEGeometry --+ | FMEMultiCurve
init(MultipleInvocations)
Create an instance of a Multi-Curve geometry object.
init()
Default FMEMultiCurve constructor.
Returns: FMEMultiCurve
init(multiCurve)
Create a copy of the passed in Multi-Curve geometry object.
Parameters
multiCurve FMEMultiCurve
- The Multi-Curve geometry
object to create a copy of.
Returns: FMEMultiCurve
|
|||
|
|||
|
|||
|
|||
|
|||
None
|
|
||
None
|
|
||
FMECurve of
a terminal type or None
|
|
||
int
|
|
||
None
|
|
||
FMECurve of
a terminal type or None
|
|
||
None
|
|
||
None
|
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
This appends the curve to the multi curve. If
|
This appends the multi curve passed in to the multi curve. If None is passed in, nothing will be appended.
|
This method returns the curve at the given index.
|
This returns the number of curves that make up this multi curve.
|
Offsets the geometry by the coords specified by offsetPoint.
|
This removes and returns the last curve of the multi curve. If there
are no curves in the multi curve, it will return
|
The angle is CCW up from the horizontal and is measured in degrees.
|
Applies a scale factor to the multi curve. The zscale is ignored if geometry is 2D.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Nov 26 19:10:16 2015 | http://epydoc.sourceforge.net |