HyperWorks Desktop

*ActionType()

Indicates the type of curve edit.

*ActionType()

Indicates the type of curve edit.

Previous topic Next topic No expanding text in this topic  

*ActionType()

Indicates the type of curve edit.

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

Syntax

*ActionType(0/1/2/3/4/5)

Arguments

Name

Description

 

0/1/2/3/4/5

Indicates the type of curve edit:

0 - Delete/Shift

1 - Trim

2 - Hide

3 - Bridge

4 - Replace

5 - Delete

Example

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

  *RangeFrom("3.41")

  *RangeTo("5.94")

  *InterpolateFlag(0)

  *ActionType(0)

*EndCurveEdit()

*BeginCurveEdit(h, "HORIZ_EXPR2.5-3.5")

  *RangeFrom("2.5")

  *RangeTo("3.5")

  *InterpolateFlag(0)

  *ActionType(4)

  *Expression("cos(x)")

*EndCurveEdit()

Application

HyperGraph.

Context

*BeginCurveEdit()

See also

 

List of Session Statements