*MoveType()
Indicates the move type and method for setting orientation.
Syntax
*MoveType (type, method)
Application
HyperView
Inputs
- type
 - The type of system: Moving or Fixed.
 - method
 - The method for setting orientation: circle (by circle center) or nocircle (by node).
 
Context
*BeginPart()
Example
*BeginPart(1, "System", "SYSTEM", 0)
	……
	*MoveType("Moving", "nocircle")
	*NodeLocator("1 PART-1-1 1 PART-1-1 764")
	*NodeLocator("1 PART-1-1 1 PART-1-1 765")
	*NodeLocator("1 PART-1-1 1 PART-1-1 763")
*EndPart()
      Comments
MoveType is followed by three NodeLocators which will define the orientation of the system.