You are here: Start » FIL.NET » Invoke.CircleSection
Computes an arciform section of the circle perimeter.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CircleSection ( Fil.Circle2D inCircle, float inStartAngle, float inSweepAngle, out Fil.Arc2D outArc )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inCircle | Fil.Circle2D | Input circle. | ||
![]() | inStartAngle | float | Direction at which the arc begins. | ||
![]() | inSweepAngle | float | Angular length of the arc (may be negative). | ||
![]() | outArc | Fil.Arc2D |


