|
FRX SDK Documentation 2025 SP0
|
#include <AcDbHomeView.h>
Public Member Functions | |
| AcDbHomeView (AcDbHomeView const &) | |
| AcDbHomeView (void) | |
| bool | operator!= (AcDbHomeView const &) const |
| bool | operator== (AcDbHomeView const &) const |
| bool const | isPerspective (void) const |
| AcDbHomeView & | operator= (AcDbHomeView const &) |
| AcGePoint3d const & | center (void) const |
| AcGePoint3d const & | eye (void) const |
| AcGeVector3d const & | up (void) const |
| double const | height (void) const |
| double const | width (void) const |
| Acad::ErrorStatus | getHomeView (AcDbDatabase *, bool) |
| Acad::ErrorStatus | setHomeView (AcDbDatabase *) const |
| virtual | ~AcDbHomeView (void) |
| void | setCenter (AcGePoint3d const &) |
| void | setEye (AcGePoint3d const &) |
| void | setHeight (double) |
| void | setPerspective (bool) |
| void | setUp (AcGeVector3d const &) |
| void | setWidth (double) |
| void | toggleDefaultSettings (void) |
Definition at line 25 of file AcDbHomeView.h.
| AcDbHomeView::AcDbHomeView | ( | AcDbHomeView const & | ) |
| AcDbHomeView::AcDbHomeView | ( | void | ) |
| AcGePoint3d const & AcDbHomeView::center | ( | void | ) | const |
| AcGePoint3d const & AcDbHomeView::eye | ( | void | ) | const |
| Acad::ErrorStatus AcDbHomeView::getHomeView | ( | AcDbDatabase * | , |
| bool | ) |
| bool AcDbHomeView::operator!= | ( | AcDbHomeView const & | ) | const |
| AcDbHomeView & AcDbHomeView::operator= | ( | AcDbHomeView const & | ) |
| bool AcDbHomeView::operator== | ( | AcDbHomeView const & | ) | const |
| void AcDbHomeView::setCenter | ( | AcGePoint3d const & | ) |
| void AcDbHomeView::setEye | ( | AcGePoint3d const & | ) |
| Acad::ErrorStatus AcDbHomeView::setHomeView | ( | AcDbDatabase * | ) | const |
| void AcDbHomeView::setUp | ( | AcGeVector3d const & | ) |
| AcGeVector3d const & AcDbHomeView::up | ( | void | ) | const |