CADability dotNET

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

Syntax

C#
public bool Overlaps(
	Edge other,
	double precision,
	out double from,
	out double to,
	out double otherFrom,
	out double otherTo
)
Visual Basic
Public Function Overlaps ( _
	other As Edge, _
	precision As Double, _
	<OutAttribute> ByRef from As Double, _
	<OutAttribute> ByRef to As Double, _
	<OutAttribute> ByRef otherFrom As Double, _
	<OutAttribute> ByRef otherTo As Double _
) As Boolean
Visual C++
public:
bool Overlaps(
	Edge^ other, 
	double precision, 
	[OutAttribute] double% from, 
	[OutAttribute] double% to, 
	[OutAttribute] double% otherFrom, 
	[OutAttribute] double% otherTo
)

Parameters

other
Type: CADability..::..Edge
precision
Type: System..::..Double
from
Type: System..::..Double%
to
Type: System..::..Double%
otherFrom
Type: System..::..Double%
otherTo
Type: System..::..Double%

See Also