HyperWorks Desktop

*Transparent()

Indicates if a graphic note should have a transparent or solid background.

*Transparent()

Indicates if a graphic note should have a transparent or solid background.

Previous topic Next topic No expanding text in this topic  

*Transparent()

Indicates if a graphic note should have a transparent or solid background.

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

Syntax

*Transparent(state)

Arguments

Name

Description

 

state

On - the background of the note is transparent.

Off - the background of the note is solid.

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)

   *NoteAlignment(Right)

   *NoteAnchor(Right, Top)

   *TitleFlag(Yes)

*EndNote()

Application

HyperView.

See also

 

*Attach() - Animation

*BeginGraphic()

*BeginNote()

*BorderWidth()

*Color()

*CoordsAttachment() - Animation

*ElemAttachment()

*EndGraphic()

*EndNote()

*NodeAttachment()

*NoteAlignment()

*Position() - Animation Window

*Text()

List of Session Statements