Gridder3AnisoFirstSemiAxisX Option

 

The Gridder3AnisoFirstSemiAxisX option sets the X coordinate of the first semi-axis for the general anisotropy for the Inverse Distance gridding method. The OptionValue is any number, representing the distance. The option is only available if Gridder3Aniso=2.

 

Syntax

object.Construct(“ModifyModule”)

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

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

object.Do() or object.DoOnce()

 

Example

This example shows how to set theX coordinate of the first semi-axis for the general anistropy gridding.

 

  CommandApi.Construct ("ModifyModule")

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

  CommandApi.Option ("Gridder3AnisoFirstSemiAxisX", "50")

  CommandApi.Do()

 

Used by: Gridder

 

 

See Also

Automation Model