C++
virtual bool extentsInView( const AcGePoint3d& minPoint, const AcGePoint3d& maxPoint ) = 0;
Description
This method returns true if the bounding box defined by minPoint and maxPoint is fully visible in the view frustum of the current AcGsView object.
minPoint should represent the corner of the box that is defined by the three smallest component values. maxPoint should represent the corner of the box that is defined by the three largest component values.
Parameters
Parameters | Description |
---|---|
minPoint | Input WCS point of the corner of the bounding box extents |
maxPoint | Input WCS point of the corner of the bounding box extents |