C++
virtual void zoomExtents( const AcGePoint3d& minPoint, const AcGePoint3d& maxPoint ) = 0;
Description
This method modifies the current view such that the input bounding box defined by the two extents points is completely within the view.
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 representing the corner of the bounding box extents |
maxPoint | Input WCS point representing the corner of the bounding box extents |