AREASIZE (Function)


Returns the size (each side length) of a rectangular parallelepiped which defines the interference check area with the vector type.


AREASIZE (<Area number>)


Designate <Area number> declared using the AREA command, and the statement will return the size (each side length) of the rectangular parallelepiped which defines the area with the vector type.
The length of each side of the rectangular parallelepiped is double the length of each component of vectors X, Y and Z.



DIM lv1 As Vector
lv1 = AREASIZE(1)
'Assigns the size of the rectangular parallelepiped
'defining the interference check area to lv1.


Top