HyperWorks Desktop

*EndCurve()

Indicates the end of a curve block.

*EndCurve()

Indicates the end of a curve block.

Previous topic Next topic No expanding text in this topic  

*EndCurve()

Indicates the end of a curve block.

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

Syntax

*EndCurve()

Example

*BeginCurve(On, "Resultant Force (N)")

 *Line(1, 2, 1)

 *Symbol(1, 2, 10)

 *BeginVector(X, File)

         *Filename("../../demos/plotting/FORCES")

         *DataType("Force")

         *Request("abd.force trans")

         *Component("Resultant Force (N)")

         *ScaleFactor(1)

         *Offset(0)

 *EndVector()

 • • •

*EndCurve()

Application

HyperGraph.

Context

*BeginCurve()

Report Definitions

Comments

Every *BeginCurve() statement requires a closing *EndCurve() statement.

See also

 

*BeginCurve()

*BeginVector()

*Line()

*Symbol()

List of Session Statements