Arc2d.Clip (Extents2d) Method

Clips the arc to a specified clipping box. The result is a list of start- and endpoints defining arc segments which are completely inside the clip box. This result is returned in a new point list. The result list is zero-length if the arc does not intersect the clip box.
public List<Point2d> Clip( 
   Extents2d clipbox 
)

Parameters

clipbox
Extents2d

The box to clip against.

Return Value

List<Point2d>

An array with start/enpoints of subarcs. If the array is empty, the arc is not visible in the clip box.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition