Share

ClipBoundary2d.ClipBoundary2d(Point2d, Point2d) Constructor

Description

Constructs an ortho-aligned rectangular clip boundary. Two diagonally opposite corners define the rectangle.

Input segments that lie on the boundary are considered "inside."

The clip boundary object can be constructed or set once and used repeatedly.

Visual Basic

Public Sub New(
    firstCorner As Point2d, 
    secondCorner As Point2d
)

C#

public ClipBoundary2d(
    Point2d firstCorner, 
    Point2d secondCorner
);

Parameters

Parameters Description
Point2d firstCorner Input corner of a rectangle
Point2d secondCorner Input corner of a rectangle

Links

ClipBoundary2d Class, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?