rotate


Synopsis

Rotates an input mesh around a specified center and axis by specified angle. Note that this module does not copy input mesh. It creates only new transformation object while other sub-objects of the output mesh are references to the input mesh.

Input Ports

in_field

Mesh to rotate.

parent

UIconnection

Output Ports

out_field

rotated Mesh.

out_obj

DefaultObject

Parameters

rotation axis

UIradioBox, selects X (0), Y (1) or Z (2) axis.

angle

UItypein control specifying the value of angle of rotation in degrees.

X center

UItypein control specifying the value of X-coordinate of the center of rotation.

Y center

UItypein control specifying the value of Y-coordinate of the center of rotation.

Z center

UItypein control specifying the value of Z-coordinate of the center of rotation.

File

v/modules.v

See Also