CADability dotNET
Returns true, if this curve and the provided curve describe the same curve in space (maybe opposite direction)

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

Syntax

C#
bool SameGeometry(
	ICurve other,
	double precision
)
Visual Basic
Function SameGeometry ( _
	other As ICurve, _
	precision As Double _
) As Boolean
Visual C++
bool SameGeometry(
	ICurve^ other, 
	double precision
)

Parameters

other
Type: CADability.GeoObject..::..ICurve
The curve to be compared with
precision
Type: System..::..Double
The required precision

Return Value

true, if geometrically equal

See Also