TransformZTrans Option

 

The TransformZTrans option changes the Z translation value for a Transform module. The OptionValue is a number, indicating the amount of translation to perform in the Z direction.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example changes the Z translation value for a Transformmodule.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("TransformZTrans", "1")

  CommandApi.Do()

 

Used by: Transform

 

 

See Also

Automation Model