⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 transutil.h

📁 AutoCAD多重拷贝命令。 命令名称:MulCopy 命令功能:本程序以代替AutoCAD中原有的Copy命令
💻 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 + -