HyperWorks Desktop

*CoordsAttachment() - HyperView

Specifies the position of a point in space to which an animation window note is attached

*CoordsAttachment() - HyperView

Specifies the position of a point in space to which an animation window note is attached

Previous topic Next topic No expanding text in this topic  

*CoordsAttachment() - HyperView

Specifies the position of a point in space 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

*CoordsAttachment(XString, YString, ZString)

Arguments

Name

Description

 

XString

Value of the X coordinate.

 

YString

Value of the Y coordinate.

 

ZString

Value of the Z coordinate.

Example

*BeginGraphic()

• • •

*BeginNote(On, "Note 1")

    *Transparent(Off)

    *Attach(Coordinates)

    *Position(0.0764706, 0.18259)

    *Text("Note 1")

    *Color(1)

    *BorderWidth(1)

    *NoteAlignment(Left)

    *CoordsAttachment("0", "0", "0")

*EndNote()

• • •

*EndGraphic()

Application

HyperView.

Context

*BeginGraphic()

*BeginNote()

Comments

The arguments for this statement are recorded as strings so that the values recorded remain the same as typed by the user.

See also

 

*Attach() - Animation

*BeginGraphic()

*BeginNote()

*BorderWidth()

*Color()

*CoordsAttachment() - Animation

*EndGraphic()

*EndNote()

*NoteAlignment()

*NodeAttachment()

*Position() - Animation Window

*Text()

*Transparent()

List of Session Statements