go>> DBK>> 返回
项目作者: markstefanchuk

项目描述 :
Duct Break (Continuation) for MicroStation V8i
高级语言: R
项目地址: git://github.com/markstefanchuk/DBK.git
创建时间: 2017-10-07T17:18:43Z
项目社区:https://github.com/markstefanchuk/DBK

开源协议:

下载


DBK

Duct Break (Continuation) for MicroStation V8i


An early CADGURUS free downloads. DBK draws a duct break (or continuation) between two points.
The command does not use dynamic display and it uses the active symbology.


LOAD: MDL LOAD DBK

COMMAND: DBK



There are no prompts – just ID the first point and then the second point. The command will draw the line with the break.

Files:


  • DBK.MA – the compiled command for V8i

  • DBK.H – header file

  • DBK.MC – main source file

  • DBKCMD.R – command definition

  • DBK.MKE – make file used with the MicroStation development shell

  • Fdf.fdf – listing of include files (lazy way to incorporate include statements). This is NOT and Adobe file.

Compiling The MDL

Use bmake to compile via the MicroStation command window (delivered with the SDK).

Before you do the following, open dbk.mke and change the path for baseDir to point to your MDL programs folder.

Open the command window and cd to MircoStation\mdl\bin\

For a standard MicroStation install, that is C:\Program Files (x86)\Bentley\MicroStation V8i (Selectseries)\MicroStation\mdl\bin\

From this location you can run, bmake -a (path to app)\dbk.mke

For me, bmake -a Z:\Documents\Github\CADGURUS\dbk\dbk.mke