transutil.h
来自「AutoCAD多重拷贝命令。 命令名称:MulCopy 命令功能:本程序」· C头文件 代码 · 共 16 行
H
16 行
#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 + =
减小字号Ctrl + -
显示快捷键?