Accessodb.steps()[name].frames(i) Frame(...)
This method creates an OdbFrame object and appends it to the frame sequence. Pathodb.steps()[name].Frame
Prototypeodb_Frame Frame(int incrementNumber, float frameValue, const odb_String& description); Required arguments
Optional arguments
Return valueAn OdbFrame object. ExceptionsNone. Frame(...)
This constructor creates an OdbFrame object in the frequency domain and appends it to the frame sequence. The arguments to the constructor are valid only when domain=FREQUENCY or domain=MODAL. Pathodb.steps()[name].Frame
Prototypeodb_Frame Frame(int mode, float frequency, const odb_String& description); Required arguments
Optional arguments
Return valueAn OdbFrame object. ExceptionsNone. Frame(...)
This constructor creates an OdbFrame object for a specific load case and appends it to the frame sequence. Pathodb.steps()[name].Frame
Prototypeodb_Frame Frame(const odb_LoadCase& loadCase, const odb_String& description, float frequency); Required arguments
Optional arguments
Return valueAn OdbFrame object. ExceptionsNone. MembersThe OdbFrame object has members with the same names and descriptions as the arguments to the Frame method. In addition, the OdbFrame object can have the following members: Prototypeodb_Frame associatedFrame(); int cyclicModeNumber(); odb_String description() const; odb_Enum::odb_DomainEnum domain() const; odb_FieldOutputRepository& fieldOutputs(); int incrementNumber() const; float frameValue() const; float frequency() const; const odb_LoadCase& loadCase() const; int mode() const;
|