You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Features » FIL.CircleSection
Computes an arciform section of the circle perimeter.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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 |
Examples
![]() |
![]() |
CircleSection performed on the sample circle, inStartAngle = 20.0 and inSweepAngle = 110.0.