You are here: Start » FIL.NET » FIS.AngleBetweenSegments Method
FIS.AngleBetweenSegments Method
Measures the angle between two segments with one of four possible metrics.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void AngleBetweenSegments ( FilNet.Segment2D inSegment1, FilNet.Segment2D inSegment2, FilNet.AngleMetric inAngleMetric, bool inAutodetectOrientation, NullableValue<float> outAbsoluteAngle, NullableValue<float> outDirectedAngle, NullableValue<FilNet.Arc2D> outArc )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment1 | FilNet.Segment2D | First segment. | ||
![]() | inSegment2 | FilNet.Segment2D | Second segment. | ||
![]() | inAngleMetric | FilNet.AngleMetric | Chooses one of four possible ways of measuring the angle. | ||
![]() | inAutodetectOrientation | bool | True | Autodetects orientation of the segments assuming that these are two consecutive sides of a polygon. Default value: True. | |
![]() | outAbsoluteAngle | FilNet.NullableValue<float> | Can be null to skip this parameter calculation. | ||
![]() | outDirectedAngle | FilNet.NullableValue<float> | Can be null to skip this parameter calculation. | ||
![]() | outArc | FilNet.NullableValue<FilNet.Arc2D> | Can be null to skip this parameter calculation. |