HyperWorks Desktop

*Line()

Defines the style, color, and line weight attributes for a curve.

*Line()

Defines the style, color, and line weight attributes for a curve.

Previous topic Next topic No expanding text in this topic  

*Line()

Defines the style, color, and line weight attributes for a curve.

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

Syntax

*Line(Style, Color, Weight)

Arguments

Name

Description

 

Style

A number between 0 and 5 that specifies a line style for the curve.

 

 

linestyle60

 

Color

A number from 0 to 63 representing any of the 64 colors on the palette.

 

Weight

A number between 0 and 3 that specifies the line weight.

 

 

linethickness

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

See also

 

*BeginCurve()

*BeginLegend()

*Symbol()

List of Session Statements