The Profile object defines the geometrical properties of a beam cross-section. Profile is an abstract base type.
import section mdb.models[name].profiles[name] import odbSection session.odbs[name].profiles[name]
This method creates Profile objects by reading an output database. The new profiles are placed in the profiles repository.
mdb.models[name].beamProfilesFromOdb
Required argument
A String specifying the name of the output database file (including the .odb extension) to be read. The String can also be the full path to the output database file if it is located in another directory.
Optional arguments
Return value
A list of Profile objects.
Exceptions