Circular
|
| Name | Description | |
|---|---|---|
| IntersectWith(CircularArc2d) | Retrieves the intersection points between this circular arc and the passed circular arc. | |
| IntersectWith(LinearEntity2d) | Retrieves the intersection points between this circular arc and the passed line. | |
| IntersectWith(CircularArc2d, Tolerance) | Retrieves the intersection points between this circular arc and the passed circular arc according to the specified tolerance. | |
| IntersectWith(LinearEntity2d, Tolerance) | Retrieves the intersection points between this circular arc and the passed line according to the specified tolerance. |