DifferenceGrid Method
Creates a surface from two existing surfaces using the Grid method.
Signature
RetVal = object.DifferenceGrid(NewSurface, Surface1, Surface2, X, Y, Rows, Columns, OriginX, OriginY, Angle)
object
Surfaces The object or objects this property applies to.
NewSurface
String; input-only
The name of the new surface to be created.
Surface1
String; input-only
The name of the first surface.
Surface2
String; input-only
The name of the second surface.
X
Double; input-only
The width of the grid cell.
Y
Double; input-only
The height of the grid cell.
Rows
Integer; input-only
The number of rows for the grid.
Columns
Integer; input-only
The number of columns for the grid.
OriginX
Double; input-only
The X coordinate of the grid origin.
OriginY
Double; input-only
The Y coordinate of the grid origin.
Angle
Double; input-only
The rotation angle of the grid.
RetVal
Surface object
The newly added Surface object.