TransformRotationAngle Option

 

The TransformRotationAngle option changes the angle of rotation for a Transform module. The OptionValue is a number, indicating the angle of rotation.

 

Syntax

object.Construct(“ModifyModule”)

object.Option(“Module”, “Transform”)

object.Option(“TransformRotationAngle”, “OptionValue”)

object.Do() or object.DoOnce()

 

Example

This example changes the  rotation angle for a Transform module.

 

  CommandApi.Construct ("ModifyModule")

  CommandApi.Option ("Module", "Transform")

  CommandApi.Option ("TransformRotationAngle", "75")

  CommandApi.Do()

 

Used by: Transform

 

 

See Also

Automation Model