Poly2d.ClosestOuterCorner Method

Returns the closest oputer corner index from point pt
Public Function ClosestOuterCorner( _ 
ByVal pt As Point2d, _ 
ByVal angle As Double, _ 
ByVal ccw As Boolean
) As Integer
This language is not supported or no code example is available.
public int ClosestOuterCorner( 
Point2d pt
double angle
bool ccw 
)
This language is not supported or no code example is available.
public:  
int ClosestOuterCorner( 
Point2d^ pt
double angle
bool ccw 
)
This language is not supported or no code example is available.
public function ClosestOuterCorner( 
pt : Point2d
angle : double
ccw : boolean 
) : int;
This language is not supported or no code example is available.

Parameters

pt
Point2d

angle
double

Outer corner angle filter

ccw
bool

Return Value

int

-1 if no outer corner found otherwise the index to the corner

.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

In this article

Definition