*ElemAttachment()
Specifies the element, element dimension, and model containing the element to which an animation window note is attached.
Syntax
*ElemAttachment (Model, Dimension, Element)
Application
HyperView
Inputs
- 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.
Context
*BeginGraphic()
*BeginNote()
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()