HyperWorks Desktop

*Attach() - HyperView

Specifies the entity type of attachment for a note in HyperView.

*Attach() - HyperView

Specifies the entity type of attachment for a note in HyperView.

Previous topic Next topic No expanding text in this topic  

*Attach() - HyperView

Specifies the entity type of attachment for a note in HyperView.

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

Syntax

*Attach(Window/Node/Element/Coordinates)

Arguments

Name

Description

 

Window

Attaches the note to the window.

 

Node

Attaches the note to a node with a leader line.

 

Element

Attaches the note to an element with a leader line.

 

Coordinates

Attaches the note to an XYZ coordinate with a leader line.

Example

*BeginGraphic()

 • • •

 *BeginNote(On, "Note 1")

         *Transparent(Off)

         *Attach(Element)

         *Position(0.0764706, 0.18259)

         *Text("Note 1")

         *Color(1)

         *BorderWidth(1)

         *NoteAlignment(Left)

         *ElemAttachment(0, 2, 12579)

 *EndNote()

 • • •

*EndGraphic()

Application

HyperView

Context

*BeginGraphic()

*BeginNote()

Comments

The arguments for this statement are different than for the *Attach() - Plot statement used in HyperGraph.

All attachment types except the Window type draw a line connecting the note box to its attached item.

See also

 

*BeginGraphic()

*BeginNote()

*BorderWidth()

*Color()

*CoordsAttachment() - Animation

*ElemAttachment()

*EndGraphic()

*EndNote()

*NodeAttachment()

*NoteAlignment()

*Position() - Animation Window

*Text()

*Transparent()

List of Session Statements