HyperWorks Desktop

*Compression()

Indicates the settings for the compression line used in the FLD analysis.

*Compression()

Indicates the settings for the compression line used in the FLD analysis.

Previous topic Next topic No expanding text in this topic  

*Compression()

Indicates the settings for the compression line used in the FLD analysis.

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

Syntax

*Compression(type, values, visibility)

Arguments

Name

Description

 

type

Options include angle or files.

 

values

Options include angle or values.

 

visibility

Turns the visibility on or off.

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.

See also

 

*BeginFLC()

*BeginSelection()

*FitCurve()

*Layer()

*LegendType()

*LooseMetal()

*Margin()

*ResultType()

List of Session Statements