TOC PREV NEXT INDEX

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

in_field

Mesh to rotate.

parent

UIconnection

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.

Output Port

out_fld

rotated Mesh.

out_obj

DefaultObject

Example

Not available

File

v/modules.v

See also related modules

Not applicable.

TOC PREV NEXT INDEX