HyperWorks Desktop

*InterpolateFlag()

Finds the values for the From and To fields in the Modify Curves panel.

*InterpolateFlag()

Finds the values for the From and To fields in the Modify Curves panel.

Previous topic Next topic No expanding text in this topic  

*InterpolateFlag()

Finds the values for the From and To fields in the Modify Curves panel.

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

Syntax

*InterpolateFlag(0/1)

Arguments

Name

Description

 

0/1

0 - Finds the approximate points for the From and To values.

1 - Interpolates points on the curve for the From and To values.

Example

*BeginCurveEdit(h, "HORIZ_CUT3.41-5.94")

  *RangeFrom("3.41")

  *RangeTo("5.94")

  *InterpolateFlag(0)

  *ActionType(0)

*EndCurveEdit()

 

*BeginCurveEdit(h, "HORIZ_EXPR6.0-9.0")

  *RangeFrom("6.0")

  *RangeTo("9.0")

  *InterpolateFlag(0)

  *ActionType(4)

  *Expression("-y")

*EndCurveEdit()

Application

HyperGraph.

Context

*BeginCurveEdit()

See also

 

List of Session Statements