*EndDerivedSubcase()
Specifies the end of the derived subcase block.
Syntax
*EndDerivedSubcase()
Application
HyperView
Context
*BeginGraphic()
Example
*BeginGraphic()
• • •
   *BeginModel({GRAPHIC_FILE_1}, LS_DYNA d3plot)
       *BeginDerivedSubcase("Derived Loadstep 2", "basic")
          *AppendSimulation(1, 1, 2.3)
          *AppendSimulation(1, 8, 1.7)
       *EndDerivedSubcase()
• • •
   *EndModel()
• • •
*EndGraphic()Comments
This statement marks the end of the derived subcase block.