HyperWorks Desktop

*ElemAttachment()

Specifies the element, element dimension, and model containing the element to which an animation window note is attached.

*ElemAttachment()

Specifies the element, element dimension, and model containing the element to which an animation window note is attached.

Previous topic Next topic No expanding text in this topic  

*ElemAttachment()

Specifies the element, element dimension, and model containing the element 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

*ElemAttachment(Model, Dimension, Element)

Arguments

Name

Description

 

Model

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

 

Dimension

Dimension of the attached element.  Can have a value of 1, 2, or 3.

 

Element

Index of the element to which the note is attached.

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()

See also

 

*Attach() - Plot

*BeginGraphic()

*BeginNote()

*BorderWidth()

*Color()

*CoordsAttachment() - Plot

*EndGraphic()

*EndNote()

*NodeAttachment()

*NoteAlignment()

*Position() - Animation Window

*Text()

*Transparent()

List of Session Statements