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


