FeResPost Web Site                     FeResPost Online User Manual

V.0.2.1 Creating class instances

New instances of the FeResPost classes are obtained by calling the corresponding class constructor:

   ...  
   from FeResPost import *  
   ...  
   db=NastranDb()  
   ...