|
BIMHome v1.0.0
BIMHome接口文档说明
|
#include <DxfEntity.h>
Public 成员函数 | |
| DxfVPoint () | |
| const DxfVector & | getCenter () |
| CrosshairType | getCrosshairType () const |
| bool | getGridOn () const |
| double | getHeight () const |
| int | getIsometricGrid () const |
| double | getRatio () const |
| double | getWidth () const |
| void | setCenter (const DxfVector ¢er) |
| void | setCrosshairType (CrosshairType type) |
| void | setGridOn (bool grid) |
| void | setHeight (double height) |
| void | setIsometricGrid (int snapStyle) |
| void | setRatio (double factor) |
| void | setWidth (double width) |
| ~DxfVPoint () | |
Private 属性 | |
| DxfVector | m_Center |
| CrosshairType | m_CrosshairType |
| bool | m_GridOn |
| double | m_Height |
| double | m_Ratio |
| int | m_SnapStyle |
| double | m_Width |