ID : 9226
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) by integer type data.
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
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 : 9226

