HyperWorks Desktop

*EndDefine()

Indicates the end of a definition block.

*EndDefine()

Indicates the end of a definition block.

Previous topic Next topic No expanding text in this topic  

*EndDefine()

Indicates the end of a definition block.

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

Syntax

*EndDefine()

Example

*DefineCurve(crvdef_swt, filename)

   *BeginVector(X, File)

       *Filename(filename)

       *Datatype("Time")

   *EndVector()

   *BeginVector(Y, File)

       *Filename(filename)

       *Datatype("User Defined")

       *Request("REQ/60000600 Steering Angle and
                Torque

               (deg ft-lb)")

       *Component("Y")

       *AxisIndex(4)

*EndDefine()

Application

MotionView, HyperView, HyperGraph, and TextView.

Comments

Every *Define() statement block requires an ending *EndDefine() statement.

See also

 

*DefineCurve()

*DefineGraphic()

*DefinePage()

*DefinePlot()

*DefineReport()

*DefineTextEditor()

List of Report Statements