public static Tuple<double,double> QueryFilletRadiusRange( Segment segment1, Segment segment2, Coordinate2D hintPoint )
Public Shared Function QueryFilletRadiusRange( _ ByVal segment1 As Segment, _ ByVal segment2 As Segment, _ ByVal hintPoint As Coordinate2D _ ) As Tuple(Of Double,Double)
Parameters
- segment1
- The first segment. The segment must be a line segment or a circular arc.
- segment2
- The second segment. The segment must be a line segment or a circular arc.
- hintPoint
- The point that determines which arc is constructed.
Return Value
A 2-tuple where Item1 is the minimum radius and Item2 is the maximum radius. The returned values can be used in EllipticArcBuilderEx Constructor(Segment,Segment,Double,Coordinate2D,SpatialReference) and CreateCircularArc(Segment,Segment,Double,Coordinate2D,SpatialReference).