HyperWorks Desktop

*BeginDerivedSubcase()

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

*BeginDerivedSubcase()

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

Previous topic Next topic No expanding text in this topic  

*BeginDerivedSubcase()

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

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*BeginDerivedSubcase(label, type)

Arguments

Name

Description

 

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.

Substatements

*AppendSimulation()

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()

Application

HyperView.

Context

*BeginGraphic()

Comments

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

See also

 

*AppendSimulation()

*EndDerivedSubcase()

List of Session Statements