sectionsFromOdb(...)
This method creates Section objects by reading an output database. The new sections are placed in the sections repository.
Path
mdb.models[name].sectionsFromOdb
Required arguments
- fileName
A String specifying the name of the output database file (including the .odb extension) to be read. This String can also be the full path to the output database file if it is located in another directory.
Optional arguments
None.
Return value
A list of Section objects.
Exceptions
None.