<< Prev        Next >>

ID : 261

Fig

Function

To return a figure component (FIG element).

Syntax

Fig(position data)

Guaranteed entry

Position data
Designate position type or homogeneous translation type data.

Return value

Return a figure component (FIG element).

Description

Figure component (FIG element) of position type data or homogeneous translation type data is returned by integer type data.

Related Terms

PVec, RVec, LetF, Robot Figure (6th-Axis, 4th-Axis)

Attention

-

Example

'!TITLE "Acquiring Figure"
' Acquire the current figure
Sub Sample_Fig

  Dim aaa As Integer
  Dim bbb As Position

  bbb = CurPos

  ' Acquire the current figure
  aaa = Fig( bbb )

  ' Display the current figure on the message output window
  PrintDbg aaa

End Sub

ID : 261

<< Prev        Next >>