📄 transutil.h
字号:
#pragma once
#include "dbid.h"
#include "gepnt3d.h"
#include "dbmain.h"
#include "gemat3d.h"
#include "Utility.h"
class CTransUtil
{
public:
CTransUtil(void);
~CTransUtil(void);
static bool Copy(AcDbObjectId entId, AcGePoint3d & ptFrom, AcGePoint3d & ptTo);
static bool Move(AcDbObjectId entId, AcGePoint3d & ptFrom, AcGePoint3d & ptTo);
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -