forked from pages-themes/slate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db7b147
commit 04f729d
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
[**Back to application list**](../) | ||
|
||
--- | ||
|
||
### MicroStation view scale (Bentley CONNECT Edition) | ||
|
||
The application allows you to set the scale of the active MicroStation view by specifying the width of this window in working units (Master units). | ||
|
||
![](./images/viewscale.jpg) | ||
|
||
--- | ||
|
||
**Application usage:** | ||
|
||
1. Copy file 'viewscale.dll' to the folder …\MicroStation CONNECT Edition\MicroStation\Mdlapps\ | ||
2. Enter key-in "mdl load viewscale" to run the application | ||
3. Set desired width (in Master units) in the application dialog and click Ok | ||
|
||
The scale setting affects the MicroStation view that is currently active. | ||
|
||
After closing the application window, you can reopen it with key-in command "viewscale" | ||
|
||
--- | ||
|
||
There is also a version of this application without an interface. Setting the scale in this version is done by key-in ‘VIEWSCALE SET <width>’, where <width> is the desired window width. Thus, setting scale can be done using a function button by assigning the command ‘mdl load viewscale; viewscale set <width>’. | ||
|
||
[**Download the app with GUI**](https://github.com/DenisAntoshkin/Applications/releases/download/ViewScaleWithGui/ViewScaleWithGui.zip) | ||
|
||
[**Download the app without GUI**](https://github.com/DenisAntoshkin/Applications/releases/download/ViewScaleWithoutGui/ViewScaleWithoutGui.zip) | ||
|
||
[**Back to application list**](../) |