Accessimport step mdb.models[name].steps[name].loadCases[name] LoadCase(...)
This method creates a load case in a step. Pathmdb.models[name].steps[name].LoadCase Required arguments
Optional arguments
Return valueA LoadCase object. ExceptionsRangeError. resume()
This method resumes the load case that was previously suppressed. ArgumentsNone. Return valueNone. ExceptionsNone. suppress()
This method suppresses the load case. ArgumentsNone. Return valueNone. ExceptionsNone. setValues(...)
This method modifies the LoadCase object. Required argumentsNone. Optional argumentsThe optional arguments to setValues are the same as the arguments to the LoadCase method, except for the name argument. Return valueNone. ExceptionsRangeError. MembersThe LoadCase object has members with the same names and descriptions as the arguments to the LoadCase method. In addition, the LoadCase object has the following member:
|