You are here: Start » FIL.NET » FIS.SegmentArcIntersection Method
FIS.SegmentArcIntersection Method
Computes the common points of an arc and a segment.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void SegmentArcIntersection ( FilNet.Segment2D inSegment, FilNet.Arc2D inArc, out FilNet.Point2D? outIntersectionPoint1, out FilNet.Point2D? outIntersectionPoint2 )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment | FilNet.Segment2D | |||
![]() | inArc | FilNet.Arc2D | |||
![]() | outIntersectionPoint1 | FilNet.Point2D? | |||
![]() | outIntersectionPoint2 | FilNet.Point2D? |