ClosestPoints2d.ArcSegment Method
Computes the closest points between an arc segment and a line segment.
The resulting lines startpoint will be on arc, and its endpoint on line.
'checkZeroIntersect' should be true if it's possible the segments intersect (ie. check for zero distance)
Setting it to false will speed up the computation.
Public Shared Function ArcSegment( _ |
Optional ByVal checkZeroIntersect As Boolean = true _ |
This language is not supported or no code example is available.
public static Line2d ArcSegment( |
bool checkZeroIntersect = true |
public static function ArcSegment( |
This language is not supported or no code example is available.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
Parameters
-
a1
-
Arc2d
-
lin
-
Line2d
-
checkZeroIntersect
-
bool
Return Value
Line2d
.NET Framework
Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8