*BeginNote() - HyperView
Indicates the beginning of a note block.
Syntax
*BeginNote (visibility, label)
Application
HyperView
Substatements
*AnchorToScreen()
*Attach()
*AutoHide()
*BorderWidth()
*Color()
*FillColor()
*Font()
*NodeLocator()
*NoteAlignment()
*NoteAnchor()
*PartLocator()
*Position()
*Shape()
*Text()
*TitleFlag()
*Transparent()
Inputs
- visibility
-
- On
- Enables the note.
- Off
- Disables the note.
- label
- Label of the note created.
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()
Comments
This block captures the note settings from the Notes panel in HyperView.