LinePick ( x#,y#,z#,dx#,dy#,dz#[,radius#] )  

Parameters:

x# - x coordinate of start of line pick
y# - y coordinate of start of line pick
z# - z coordinate of start of line pick
dx# - distance x of line pick
dy# - distance y of line pick
dz# - distance z of line pick
radius (optional) - radius of line pick

Description:

Returns the first entity between x,y,z to x+dx,y+dy,z+dz.

Example:

None.

Index