Curve3dGetProjectedClosestPointTo(Point3d,
Vector3d) Method
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public PointOnCurve3d GetProjectedClosestPointTo(
        Point3d point,
        Vector3d projectDirection
)
 
Public Function GetProjectedClosestPointTo ( 
        point As Point3d,
        projectDirection As Vector3d
) As PointOnCurve3d
 
public:
PointOnCurve3d^ GetProjectedClosestPointTo(
        Point3d point, 
        Vector3d projectDirection
)
 
member GetProjectedClosestPointTo : 
        point : Point3d * 
        projectDirection : Vector3d -> PointOnCurve3d 
 
 
 
Parameters
- point  Point3d
 
-  
 
- projectDirection  Vector3d
 
-  
 
Return Value
PointOnCurve3d
 
See Also