Share

AcGeClipBoundary2d::AcGeClipBoundary2d

C++

GE_DLLEXPIMPORT AcGeClipBoundary2d(
    const AcGePoint2d& cornerA, 
    const AcGePoint2d& cornerB
);

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.

Parameters

Parameters Description
cornerA Input corner of a rectangle
cornerB Input corner of a rectangle

Links

AcGeClipBoundary2d

Was this information helpful?