Freeware
These MicroStation programs are free to use. No support. No bug fixes (except if I want to). No obligations.
That said. Go ahead and try them out!
Thumb | Name | Size | Date |
---|---|---|---|
CrdCross-v8i.txt
CrdCross v8i.txt text/plainCrdCross v8i.txt Öppen Ladda ner 170 B 2023-11-06 2023-11-06 2023-11-06 2023-11-06 |
170 B | 2023-11-06 | |
CrdCross-v8i.zip
CrdCross v8i.zip application/zipCrdCross v8i.zip Ladda ner 209.24 KB 2023-11-06 2023-11-06 2023-11-06 2023-11-06 |
209.24 KB | 2023-11-06 | |
PrintColorTable.mvba
application/CDFV2PrintColorTable.mvba Ladda ner 137 KB 2023-11-06 2023-11-06 2023-11-06 2023-11-06 |
137 KB | 2023-11-06 | |
PrintColorTable.txt
text/plainPrintColorTable.txt Öppen Ladda ner 128 B 2023-11-06 2023-11-06 2023-11-06 2023-11-06 |
128 B | 2023-11-06 | |
SC_Utilities.txt
text/plainSC_Utilities.txt Öppen Ladda ner 111 B 2023-11-06 2023-11-06 2023-11-06 2023-11-06 |
111 B | 2023-11-06 | |
SC_Utilities.zip
application/zipSC_Utilities.zip Ladda ner 171.09 KB 2023-11-06 2023-11-06 2023-11-06 2023-11-06 |
171.09 KB | 2023-11-06 | |
TxtReplace-v8i.txt
TxtReplace v8i.txt text/plainTxtReplace v8i.txt Öppen Ladda ner 296 B 2023-11-06 2023-11-06 2023-11-06 2023-11-06 |
296 B | 2023-11-06 | |
TxtReplace-v8i.zip
TxtReplace v8i.zip application/zipTxtReplace v8i.zip Ladda ner 9.58 KB 2023-11-06 2023-11-06 2023-11-06 2023-11-06 |
9.58 KB | 2023-11-06 |
8
Utility VBA (V8i/CONNECT)
This VBA project contains commands that helps you document levels, line styles and color tables. The commands will layout the information in a format that is easy to print. If you use Print Organizer the shapes can be used to print the information to multi page PDF-files.
Put the downloaded file SC_Utility.mvba in a directory listed by MS_VBASEARCHDIRECTORIES. If the project should be loaded automatically, also add MS_VBAAUTOLOADPROJECTS in a suitable cfg-file.
MS_VBASEARCHDIRECTORIES > $(_USTN_WORKSPACESTANDARDS)VBA/
MS_VBAAUTOLOADPROJECTS > SC_Utilities.mvba
Feel free to modify the code and also share your improvements to the rest of us!
CmdListLevels
The command will place a list of all levels visible in the active file.
A parameter can be used to filter the listed levels e.g, vba run CmdListLevels A*
The user is prompted for a data point.
CmdListLS
The command will place a list of all linestyles visible in the active file. An extra vertex is added to visualize how corners are handled by the linestyle.
A parameter can be used to filter the listed levels e.g, vba run CmdListLS A*
The user is prompted for a data point.
CmdPlaceColorTable
This MicroStation VBA macro documents the attached color table. Along each color the actual color values are printed as RGB, YMC, YMCK and HSV.
Place color table: vba run PlaceColorTable
The user is prompted for a data point.
Coordcross (V8i)
CoordCross is an MDL-program (MicroStation v8i) for placing coordinate cross data. The program can place crosses and/or coordinate information in several ways.
The program is currently for Swedish only. Please contact us if you are interested in a translation.
More information in this blog post.
Txtreplace (V8i)
TxtReplace is an MDL program (MicroStation v8i) used to replace text key words with actual values. This can be used to insert filename, list of reference files, dates etc. The program can replace several predefined key words with their actual values. The program recognize the following key words; $DATETIME$, $X-COORD$, $Y-COORD$, $FILEPATH$, $FILENAME$, $FILEEXT$, $RFPATH$, $RFDIR$, $RFNAME$. Configuration variables and system variables will also be expanded.
More information in this blog post.