CADability dotNET

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

Syntax

C#
bool ICurve.SameGeometry(
	ICurve other,
	double precision
)
Visual Basic
Private Function SameGeometry ( _
	other As ICurve, _
	precision As Double _
) As Boolean Implements ICurve.SameGeometry
Visual C++
private:
virtual bool SameGeometry(
	ICurve^ other, 
	double precision
) sealed = ICurve::SameGeometry

Parameters

other
Type: CADability.GeoObject..::..ICurve
precision
Type: System..::..Double

Implements

ICurve..::..SameGeometry(ICurve, Double)

See Also