LoadCase(...)
This method creates a load case in a step.
Path
mdb.models[name].steps[name].LoadCase
Required arguments
- name
A String specifying the name of the object.
Optional arguments
- boundaryConditions
A sequence of (String, Float) sequences specifying the name of a BoundaryCondition followed by a nonzero Float scaling factor. The default value is an empty sequence.
- loads
A sequence of (String, Float) sequences specifying the name of a Load followed by a nonzero Float specifying a scale factor. The default value is an empty sequence.
- includeActiveBaseStateBC
A Boolean specifying whether to include all active boundary conditions propagated or modified from the base state. The default value is ON.
Return value
A LoadCase object.
Exceptions
RangeError.