Skip to content

markstefanchuk/DBK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Duct Break (Continuation) for MicroStation V8i

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published