startup

来自「proe5.0野火版下载(中文版免费下载)」· 代码 · 共 67 行

TXT
67
字号
'03-Oct-97 pwalker; removed node and changed End -> EndEnd and Org->OrgEnt''21-Mar-96 rnichols; first submitted version''========================================''startup file for the NCBuilder evaluator''========================================'r~error=message:"bad variable or data address"'some definitions'r~true=boolean:(bool)1r~false=boolean:(bool)0r~yes=truer~ok=truer~no=falser~VOID=word:'the datatypes we support -- the form() function depends on these'r~type=\textstr:typeof("text"),\structure:typeof(z_=1,1),\integer:typeof((int)1),\real:typeof(1),\limit:typeof(lim(1,1)),\vector:typeof(vec(1,1,1)),\location:typeof(loc(1,1,1)),\orient:typeof(ori(1,1,1,1,1,1,1,1,1,1,1,1)),\transform:typeof(tra(1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1)),\boolean:typeof((bool)1),\entity:typeof($1),\void:typeof(VOID),\data_ad:typeof(&z_),\sym_ad:typeof(zz_=(nest)z_),\unset:typeof(1),\type:typeof(typeof(1));'variables for digitize function'r~XYLoc=5r~XYLocOnly=95r~XYZLoc=9r~XYZLocOnly=99r~XLoc=91r~YLoc=92r~ZLoc=93r~Ent=106r~EntMip=6r~EndLoc=10r~View=13r~EndEnt=8r~OrgEnt=12r~SurfMask=tra(16384,31,0,0,0,6400,0,0,0,0,0,0,0,0,0,0)r~BoundMask=tra(4968,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0)r~EchoMask=tra(21352,31,0,0,64,6400,0,0,0,0,0,0,0,0,0,0)r~NoMask=tra(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)r~EdgeMask=tra(21352,31,0,0,0,6400,0,0,0,0,0,0,0,0,0,0)r~HoleMask=tra(36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)r~PathMask=tra(0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0)r~FastenMask=tra(45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)r~LineMask=tra(8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0)layinc=1pick=1re~wunits = '{ env ("Get ~.PartUnits" ) }'

⌨️ 快捷键说明

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