MoveNode

Top  Previous  Next

 

MoveNode (Method)

 

Use this method if you want to move any object that is in a given area

 

Syntax:

Function MoveNode(xOld As Single, yOld As Single, zOld As Single, xNew As Single, yNew As Single, zNew As Single, Breadth As Single) As Boolean

 

The MoveNode method syntax consists of the following:

Parameter

Data Type

Description

xOld

Single

Is the x coordinate of the start point of the area

yOld

Single

Is the y coordinate of the start point of the area

zOld

Single

Is the z coordinate of the start point of the area

xNew

Single

Is the x coordinate of the destination point of the area

yNew

Single

Is the y coordinate of the destination point of the area

zNew

Single

Is the z coordinate of the destination point of the area

Breadth

Single

Is the dimensions os the area

 

Return value:

Boolean - True on success, false on error.

 

Example