CADability dotNET

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

Syntax

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

Parameters

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

Return Value

Implements

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

See Also