HyperWorks Desktop

*Shape()

Defines the shape of a note.

*Shape()

Defines the shape of a note.

Previous topic Next topic No expanding text in this topic  

*Shape()

Defines the shape of a note.

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

Syntax

*Note(shape)

Argument

Name

Description

 

shape

The shape of the note.  Valid options include:

Rectangle
Circle
Ellipse

Example

*BeginNote(On, "Model Info")

  *Transparent(On)

 *Attach(WINDOW)

  *Position(0.894185, 0.962798)

  *Text("{modeltitle}")

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

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

  *Color(1)

  *BorderWidth(0)

  *Shape("Circle")

  *NoteAlignment(Right)

  *NoteAnchor(Right, Top)

  *TitleFlag(Yes)

*EndNote()

Application

HyperView.

Context

*BeginNote()

See also

 

*BeginNote()

List of Session Statements