The Gridder3AnisoFirstSemiAxisY option sets the Y 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(“Gridder3AnisoFirstSemiAxisY”, “OptionValue”)
object.Do() or object.DoOnce()
Example
This example shows how to set the Y coordinate of the first semi-axis for the general anistropy gridding.
CommandApi.Construct ("ModifyModule")
CommandApi.Option ("Module", "Gridder")
CommandApi.Option ("Gridder3AnisoFirstSemiAxisY", "50")
CommandApi.Do()
Used by: Gridder
See Also