CircularArc2dGetTangent(Point2d, Tolerance)
Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public Line2d GetTangent(
Point2d point,
Tolerance tolerance
)
Public Function GetTangent (
point As Point2d,
tolerance As Tolerance
) As Line2d
public:
Line2d^ GetTangent(
Point2d point,
Tolerance tolerance
)
member GetTangent :
point : Point2d *
tolerance : Tolerance -> Line2d
Parameters
- point Point2d
-
- tolerance Tolerance
-
Return Value
Line2d
See Also