| Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        DuckFrame
A duck-type frame with limited interface.
FIXME: I only implemented the interface for what is needed now. We may need
enhancements down the road, but that should be easy. -YW (Jun 2, 2016)
We can duck-type a msys model (i.e., a L{msys.System} object) into a
`DuckFrame' object, example:
   dfr = DuckFrame(msys_model)
Changes on the `DuckFrame' object should NOT affect the original L{model}
object.
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 | |||
| 
 Copy the coordinates, the velocities, and the box matrix of the original model. FIXME: We only support msys.System type of  
 | 
| 
 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:36 2016 | http://epydoc.sourceforge.net |