HyperWorks Desktop

*CurveSource()

Indicates the curve source type used to create the FLC.

*CurveSource()

Indicates the curve source type used to create the FLC.

Previous topic Next topic No expanding text in this topic  

*CurveSource()

Indicates the curve source type used to create the FLC.

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

Syntax

*CurveSource(type, values)

Arguments

Name

Description

 

type

The curve source type. Options include math, file, or values.

values

The values of the curve source type.

Math – Mathematical expression.

File – Absolute path of the curve source.

Values – Minor and major values.

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

*EndFLC()

List of Session Statements