HyperWorks Desktop

*EndVector() - HyperGraph

Indicates the end of a vector block.

*EndVector() - HyperGraph

Indicates the end of a vector block.

Previous topic Next topic No expanding text in this topic  

*EndVector() - HyperGraph

Indicates the end of a vector block.

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

Syntax

*EndVector()

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

 *BeginVector(Y, File)

         • • •

 *EndVector()

 *BeginVector(Time, File)

         • • •

 *EndVector()

*EndCurve()

Application

HyperView and HyperGraph.

Context

*BeginCurve()

*BeginVector()

Report Definitions

Comments

Every *BeginVector() statement requires a closing *EndVector() statement.

See also

 

*BeginVector()

*Component()

*DataType()

*Expression()

*Filename()

*Offset()

*Request()

*ScaleFactor()

List of Session Statements