This wiki shows how to create the collection
https://communities.bentley.com/products/road___site_design/w/road_and_site_design__wiki/21994/label-cross-sections-with-tabular-data
It goes over it in a cross section but it should be the same for pr…
Hi Jon Summers ,
MS_VBA_OPEN_IN_MEMORY applies equally to both MicroStation V8 and CONNECT editions.
In a Windows networked environment Windows EULA licensing restricts/limits the number of concurrent connections of file/folder shares to 20 Users…
In the Line Style Editor if you select a linestyle and pulldown Edit>Physical... save your .RSC this will make microstation ignore the scale factor for reference and annotation scale, and your linestyle should always appear 1:1. altho I believe you can…
Yep, I've been requesting IFC attribution for a while but there is hesitation to do anything until the IFC Civil schema is released. Funny thing is that we need to have the ability to add custom attributes to our IFCs, like every other IFC writer out…
Benzi Papo said: Any suggestions?
First, build the applications delivered with the MicroStation SDK. To be successfull, start the SDK's MicroStationDeveloperShell.bat . In the SDK folder, you will find another batch file BuildAllExamples.bat . Run that…
A Feature Defintion is composed of two parts:
The "feature defintion" which defines the nature of the feature being defined. For example, it is an edge of pavement, or it is a curb. These are rather ordinary, I suppose since there is not a lot to…
Hi Benzi,
Id set up a batch process to do a compress with all options turned off and compress references turned on to automatically open all references during processing to upgrade that data aswell.
The commands would be:
COMPRESS OFF ALL
…
Hi Ivo,
Ivo Blaauw said: MS_PLTFILES = $(homeshare)/My Documents/
I think this is not quite correct, because %HOMESHARE% variable is not always defined in Windows and also %My Documents% I guess depends on Windows version and used language.
In my…
As Mary stated, setting it to C:\users\$(username)\Documents\ works like a charm. It does so like 99% of the time. Unless your profile is not stored on C:. If you assign it like this: MS_PLTFILES = $(homeshare)/My Documents/ your plot output will go to…
Hi Loren,
This is what I am currently using.
bool GetTextBlock(EditElementHandleR textElm, DPoint3d origin, RotMatrix orientation, std::wstring text, UInt32 textColor, double font_Width, double font_Height, TextElementJustification alignment){
…
Benzi Papo said: The bmake command runs as expected but fails when compiling the MT
First, for background information about the MT file and where it is used read this article .