Home | Trees | Indices | Help |
---|
|
object --+ | FMEGeometry --+ | FMESurface --+ | FMECompositeSurface
init(MultipleInvocations)
Create an instance of a Composite Surface geometry object.
init()
Default FMECompositeSurface constructor.
Returns: FMECompositeSurface
init(compositeSurface)
Create a copy of the passed in Composite Surface geometry object.
Parameters
compositeSurface FMECompositeSurface
- The Composite Surface
geometry object to create a copy of.
Returns: FMECompositeSurface
|
|||
|
|||
|
|||
|
|||
|
|||
None
|
|
||
FMESurface of a terminal type or None
|
|
||
int
|
|
||
FMESurface of a terminal type or None
|
|
||
None
|
|
||
FMESimpleSurfaceIterator |
|
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
iter(x)
|
This appends the surface to the composite surface. If
|
This method returns the surface at the given index.
|
This returns the number of surfaces that make up this composite surface.
|
This removes and returns the last surface of the composite surface. If
there are no surfaces in the composite surface, it will return
|
Recursively resolves surface parts with default appearances by replacing these defaults with the inherited appearance references stored by the parent surface, if such a value exists. The nearest non-default ancestor value will be used to set the default appearances on the part.
|
This creates a simple surface iterator.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Nov 26 19:10:16 2015 | http://epydoc.sourceforge.net |