GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCube Class / GetNearestIntersectionPoint Method
In This Topic
    GetNearestIntersectionPoint Method (GoCube)
    In This Topic
    The closest point of the "outer" cube that intersects with a given line is the closest such point of each of its six line segments.
    Syntax
    public override bool GetNearestIntersectionPoint( 
       PointF p1,
       PointF p2,
       out PointF result
    )

    Parameters

    p1
    p2
    result
    See Also