CADability dotNET
Additional posibility for the derived action to specify a tangential point besides the tangential point from the base point

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

Syntax

C#
protected virtual bool FindTangentialPoint(
	MouseEventArgs e,
	IView vw,
	out GeoPoint found
)
Visual Basic
Protected Overridable Function FindTangentialPoint ( _
	e As MouseEventArgs, _
	vw As IView, _
	<OutAttribute> ByRef found As GeoPoint _
) As Boolean
Visual C++
protected:
virtual bool FindTangentialPoint(
	MouseEventArgs^ e, 
	IView^ vw, 
	[OutAttribute] GeoPoint% found
)

Return Value

See Also