CreateDisplacement Method
Description
Creates a Displacement item, prior to doing a rubber sheet operation.
Syntax
Visual Basic |
---|
Public Function CreateDisplacement( _ ByVal x1 As Double, _ ByVal y1 As Double, _ ByVal z1 As Double, _ ByVal x2 As Double, _ ByVal y2 As Double, _ ByVal z2 As Double _ ) As Integer |
Parameters
- x1
- The x position to displace from.
- y1
- The y position to displace from.
- z1
- The z position to displace from.
- x2
- The x position to displace to.
- y2
- The y position to displace to.
- z2
- The z position to displace to.
Remarks
Available: GEO OD SISpy
Group:
Example
sis.CreateDisplacement (10, 10, 0, 20, 20, 0)