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