HyperWorks Desktop

*Attach() - HyperGraph

Specifies the type of attachment for a note in the plot window.

*Attach() - HyperGraph

Specifies the type of attachment for a note in the plot window.

Previous topic Next topic No expanding text in this topic  

*Attach() - HyperGraph

Specifies the type of attachment for a note in the plot window.

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

Syntax

*Attach(Window/View/Curve/Coordinates)

Arguments

Name

Description

 

Window

Attaches the note to the window.

 

View

Attaches the note to the view.

 

Curve

Attaches the note to the curve.

 

Coordinates

Attaches the note to a point.

Example

*BeginPlot()

 • • •

 *BeginNote(On, "Note 1")

         *Attach(Curve)

         *CurveAttachment(0, 163)

         *Position(-5312.61, -2399.28)

         *BeginText()

                 *Text("Point {x},{y}")

                 *Text("{Slope}")

         *EndText()

         *Font(12)

         *NoteAlignment(Left)

 *EndNote()

 • • •

*EndPlot()

Application

HyperGraph.

Context

*BeginNote()

*BeginPlot()

Report Definitions

Comments

Notes attached to a window remain stationary when the plot is repositioned in the window.

Notes attached to the view move with the plot when the plot is repositioned in the window.

Notes attached to a curve have a leader line connecting the note with a specific point on the curve.  Curve notes move with the plot when the plot is repositioned in the window.

The position of the note box is specified using the *Position() - notes statement

See also

 

*BeginNote()

*BeginText()

*CoordsAttachment() - Plot

*CurveAttachment()

*Font()

*NoteAlignment()

*Position() – legends

*Position() - notes

*Text()

List of Session Statements