*BeginDerivedSubcase()

Captures the settings applied to the newly created loadcase using the Utilities menu option.

Syntax

*BeginDerivedSubcase (label, type)

Application

HyperView

Inputs

label
Contains the name of the derived subcase.
type
basic
Basic result state type.
superposition
Superposition result state type.
envelope
Envelope result state type. The sub-state can be one of the following types: Max, Min, or Extreme.

Context

*BeginGraphic()

Example

*BeginGraphic()
• • •
   *BeginModel({GRAPHIC_FILE_1}, LS_DYNA d3plot)
       *BeginDerivedSubcase("Derived Loadstep 2", "basic")
          *AppendSimulation(1, 1, 2)
          *AppendSimulation(1, 8, 1)
       *EndDerivedSubcase()
• • •
   *EndModel()
• • •
*EndGraphic()

Comments

Captures the settings needed to recreate the derived subcases. The *AppendSimulation command captures the subcase_id, simulation_idx, and the scaling factor settings.