HyperWorks Desktop

*BeginNote() - HyperView

Indicates the beginning of a note block.

*BeginNote() - HyperView

Indicates the beginning of a note block.

Previous topic Next topic No expanding text in this topic  

*BeginNote() - HyperView

Indicates the beginning of a note block.

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

Syntax

*BeginNote(visibility, label)

Arguments

Name

Description

 

visibility

On - Enables the note.

Off - Disables the note.

 

label

Label of the note created.

Substatements

*AnchorToScreen()

*Attach()

*AutoHide()

*BorderWidth()

*Color()

*FillColor()

*Font()

*NodeLocator()

*NoteAlignment()

*NoteAnchor()

*PartLocator()

*Position()

*Shape()

*Text()

*TitleFlag()

*Transparent()

Example

*BeginNote(On, "Model Info")

   *Transparent(On)

   *AutoHide(On)

   *AnchorToScreen(On)

   *FillColor(3)

   *Attach(WINDOW)

   *Position(0.894185, 0.962798)

   *Text("{modeltitle}")

   *Text("{loadcase} : {simulationstep}")

   *Font("Arial", "regular", "regular", 12)

   *Color(1)

   *BorderWidth(0)

   *NoteAlignment(Right)

   *NoteAnchor(Right, Top)

   *TitleFlag(Yes)

*EndNote()

Application

HyperView.

Comments

This block captures the note settings from the Notes panel in HyperView.

See also

 

*EndNote()

List of Session Statements