HyperWorks Desktop

*Position() - HyperView

Specifies the location of a note in HyperView.

*Position() - HyperView

Specifies the location of a note in HyperView.

Previous topic Next topic No expanding text in this topic  

*Position() - HyperView

Specifies the location of a note in HyperView.

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

Syntax

*Position(XPct, YPct)

Arguments

Name

Description

 

XPct

Position of the note in the window.  The note's position is defined as the percentage of the horizontal distance across the window, expressed as fraction less than 1.0.

 

YPct

Position of the note in the window.  The note's position is defined as the percentage of the vertical distance down the window, expressed as a fraction less than 1.0.

Example

*BeginGraphic()

• • •

  *BeginNote(On, "Note 1")

      *Transparent(Off)

      *Attach(Element)

      *Position(0.436606, 0.403274)

      *Text("Note 1")

      *Color(1)

      *BorderWidth(1)

      *NoteAlignment(Left)

      *ElemAttachment(0, 2, 12579)

  *EndNote()

• • •

*EndGraphic()

Application

HyperView.

Context

*BeginGraphic()

*BeginNote()

Comments

The arguments for this statement are different than those for the *Position() - notes and legends statements used in the plot window.  In a plot window, the position of a note is determined by X and Y coordinates.  The location of a note in the animation window is defined as a percentage of the distance down and across the window.

See also

 

*Attach() - Animation

*BeginGraphic()

*BeginNote()

*BorderWidth()

*Color()

*CoordsAttachment() - Plot

*ElemAttachment()

*EndGraphic()

*EndNote()

*NodeAttachment()

*NoteAlignment()

*Text()

*Transparent()

List of Session Statements