HyperWorks Desktop

*BeginFLD()

Indicates the beginning of an FLD block.

*BeginFLD()

Indicates the beginning of an FLD block.

Previous topic Next topic No expanding text in this topic  

*BeginFLD()

Indicates the beginning of an FLD block.

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

Syntax

*BeginFLD()

Substatements

*BeginStudy()

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 your selections from the FLD panel in HyperView.

This block captures the different case studies for FLD analysis.

See also

 

*BeginStudy()

*EndFLD()

List of Session Statements