Home | Trees | Indices | Help |
---|
|
object --+ | FMEGeometry --+ | FMESolid --+ | FMECompositeSolid
init(MultipleInvocations)
Create an instance of a Composite Solid geometry object.
init()
Default FMECompositeSolid constructor.
Returns: FMECompositeSolid
init(compositeSolid)
Create a copy of the passed in Composite Solid geometry object.
Parameters
compositeSolid FMECompositeSolid
- The Composite Solid
geometry object to create a copy of.
Returns: FMECompositeSolid
|
|||
|
|||
|
|||
|
|||
|
|||
None
|
|
||
FMESimpleSolid or None
|
|
||
int
|
|
||
FMESimpleSolid or None
|
|
||
None
|
|
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Appends a simple solid to the end of this composite solid. A
|
Returns the solid at the index specified, or returns
|
Returns the number of simple solids that are contained in this composite.
|
Removes the last simple solid of this composite solid. If there are no
solids in this composite, this method will return
|
Recursively resolves parts with default appearances by replacing these defaults with the inherited appearance references stored by the parent geometry, if such a value exists. The nearest non-default ancestor value will be used to set the default appearences on the part.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Nov 26 19:10:16 2015 | http://epydoc.sourceforge.net |