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.
- 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.
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