HyperWorks Desktop

*BeginStudy()

Indicates the beginning of a study case.

*BeginStudy()

Indicates the beginning of a study case.

Previous topic Next topic No expanding text in this topic  

*BeginStudy()

Indicates the beginning of a study case.

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

Syntax

*BeginStudy(label, visibility)

Arguments

Name

Description

 

label

The label given to the study case.

 

visibility

On - Enables the study case.

Off - Disables the study case.

Substatements

*BeginFLC()

*BeginSelection()

*Compression()

*FitCurve()

*Layer()

*LegendType()

*LooseMetal()

*Margin()

*ResultType()

Example

*BeginFLD()

    *BeginStudy("Study 1", "On")

          *BeginFLC()

                *Engineering("On")

                *CurveSource("Math", "0.20 1.00")

          *EndFLC()

          *BeginSelection(Part, SelectVisible)

               *Add("all")

          *EndSelection()

          *ResultType("Strain")

          *Layer("Lower")

          *LegendType("Zone")

          *Compression("UseAngle", 45, "On")

          *Margin(10, "On")

          *LooseMetal(2, "On")

          *FitCurve("On")

    *EndStudy()

*EndFLD()

Application

HyperView.

Comments

This block captures the forming limit curve and forming limit diagram settings that you choose for the study case.

See also

 

*BeginFLC()

List of Session Statements