You are here: Start » FIL.NET » FIS.FisFilter_MakeArc Method
FIS.FisFilter_MakeArc Method
Creates an arc structure from individual fields.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_MakeArc ( FilNet.Point2D inCenter, float inRadius, float inStartAngle, float inSweepAngle, out FilNet.Arc2D outArc )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCenter | FilNet.Point2D | Center of the arc. | ||
![]() | inRadius | float | <0.0f, INF> | The arc radius. | |
![]() | inStartAngle | float | Direction at which the arc begins. | ||
![]() | inSweepAngle | float | Length of the arc (may be negative). | ||
![]() | outArc | FilNet.Arc2D |