HyperWorks Desktop

*NodeAttachment()

Specifies the node, and the model containing that node, to which an animation window note is attached.

*NodeAttachment()

Specifies the node, and the model containing that node, to which an animation window note is attached.

Previous topic Next topic No expanding text in this topic  

*NodeAttachment()

Specifies the node, and the model containing that node, to which an animation window note is attached.

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

Syntax

*NodeAttachment(Model, Node)

Arguments

Name

Description

 

Model

Index of the model containing the node to which the note is attached.

 

Node

Index of the node to which the note is attached.

Example

*BeginGraphic()

• • •

  *BeginNote(On, "Note 1")

     *Transparent(Off)

     *Attach(Node)

     *Position(0.0764706, 0.18259)

     *Text("Note 1")

     *Color(1)

     *BorderWidth(1)

     *NoteAlignment(Left)

     *NodeAttachment(0, 1564)

  *EndNote()

• • •

*EndGraphic()

Application

HyperView.

Context

*BeginGraphic()

*BeginNote()

See also

 

*Attach() - Animation

*BeginGraphic()

*BeginNote()

*BorderWidth()

*Color()

*CoordsAttachment() - Plot

*ElemAttachment()

*EndGraphic()

*EndNote()

*NodeAttachment()

*NoteAlignment()

*Position() - Animation Window

*Text()

*Transparent()

List of Session Statements