You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.ArcEndpoints
Computes two endpoints of an arc.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ArcEndpoints ( FilNet.Arc2D inArc, out FilNet.Point2D outPoint1, out FilNet.Point2D outPoint2 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inArc | FilNet.Arc2D | |||
![]() | outPoint1 | FilNet.Point2D | First endpoint. | ||
![]() | outPoint2 | FilNet.Point2D | Second endpoint. |
Examples
![]() |
The resulting outPoint1(blue) and outPoint2(green) drawn with the input arc.