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