*BeginCurveEdit()

Indicates the beginning of a curve edit block.

Syntax

*BeginCurveEdit (h, v, "name")

Application

HyperGraph

Inputs

h
A horizontal curve edit.
v
A vertical curve edit.
"name"
Curve edit name as defined by the user (must be in quotes).

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