plcirc.r

来自「microstation MDL入门指导手册!」· R 代码 · 共 27 行

R
27
字号
/*--------------------------------------------------------------------------+
|   PLCIRC.R command table and messages for PLCIRC.MC                       |
+--------------------------------------------------------------------------*/
#include "rscdefs.h"
#include "cmdclass.h"

#define    CT_NONE       0
#define    CT_PLACE      2

Table     1 =
{
   { 1,  CT_PLACE,      PLACEMENT,   REQ,               "PLACE" },
}
Table  CT_PLACE =
{
   { 1,  CT_NONE,       INHERIT,     NONE | CMDSTR(1),   "TCIRC" },
};
MessageList  0 =
{
   {
   { 0, "" },
   { 1, "MDL Place Text in Circle" },
   { 2, "Define start point" },
   { 3, "Define circle position" },
   }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?