Share

AcGiGeometry::pushClipBoundary

C++

virtual Adesk::Boolean pushClipBoundary(
    AcGiClipBoundary * pBoundary
) = 0;

Description

Block references use clip boundaries to clip their contents. This method pushes a new boundary onto the stack, possibly affecting the display of subsequent primitives until it is removed using popClipBoundary().

Returns Adesk::kTrue if successful; otherwise, returns Adesk::kFalse.

You must call popClipBoundary() if your call to pushClipBoundary() succeeds.

Parameters

Parameters Description
pBoundary Input pointer to a clip boundary

Links

AcGiGeometry

Was this information helpful?