CADability dotNET
Constructs a new GeoPoint as on offset from an existing GeoPoint.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public GeoPoint(
	GeoPoint StartWith,
	double OffsetX,
	double OffsetY,
	double OffsetZ
)
Visual Basic
Public Sub New ( _
	StartWith As GeoPoint, _
	OffsetX As Double, _
	OffsetY As Double, _
	OffsetZ As Double _
)
Visual C++
public:
GeoPoint(
	GeoPoint StartWith, 
	double OffsetX, 
	double OffsetY, 
	double OffsetZ
)

Parameters

StartWith
Type: CADability..::..GeoPoint
from here
OffsetX
Type: System..::..Double
x-offset
OffsetY
Type: System..::..Double
y-offset
OffsetZ
Type: System..::..Double
z-offset

See Also