AREAPOS (Function)


Returns the center position and direction of a rectangular parallelepiped with the position type for an area where an interference check is performed.


AREAPOS (<Area number>)


This statement designates <Area number> declared using the AREA command and returns the current setting (center position) with the position type.
<Area number> Area number (0 to 31)



DIM lp1 As Point
lp1 = AREAPOS(1)
'Assigns the center position and direction of the cube for
'an area where an interference check is performed to lp1.


Top