• RE: GEOPAK Profile Tabular Data - Point Collection

    Beebe Ray
    Beebe Ray
    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…
    • over 2 years ago
    • OpenRoads | OpenSite
    • OpenRoads | OpenSite Forum
  • RE: [CONNECT VBA] Is MS_VBA_OPEN_IN_MEMORY valid in CONNECT?

    Robert Hook
    Robert Hook
    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…
    • over 2 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
    • Marc Thomas
    • Jan Šlegr
    • Jon Summers
  • RE: How to set scale for single Linestyles

    BrentJames
    BrentJames
    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…
    • over 9 years ago
    • MicroStation
    • MicroStation Forum
    • clever_anthony
  • RE: Any BIM viewers work with ORD IFCs?

    Mark Shamoun
    Mark Shamoun
    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…
    • over 4 years ago
    • OpenRoads | OpenSite
    • OpenRoads | OpenSite Forum
  • RE: OpenRoads Designer SDK and Visual Studio 2015

    Jon Summers
    Jon Summers
    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…
    • over 4 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • Re: ELEMENT TEMPLATES AND FEATURE DEFINITIONS

    Robert Garrett
    Robert Garrett
    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…
    • over 10 years ago
    • OpenRoads | OpenSite
    • OpenRoads | OpenSite Forum
    • cjweekes
    • EL_C_
  • RE: Upgrading Design Files from GEOPAK SS3 to GEOPAK SS4

    Mark Shamoun
    Mark Shamoun
    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 …
    • over 5 years ago
    • OpenRoads | OpenSite
    • OpenRoads | OpenSite Forum
  • RE: Problem opening InRoads SS4 dgn file in new ORD Rel. 3

    Mark Shamoun
    Mark Shamoun
    Hi guys, I got it to work by adding CIVIL_UPGRADE_PROMPT_OFF = 1 to my workspace cfg. Took me a while to figure it out!
    • over 5 years ago
    • OpenRoads | OpenSite
    • OpenRoads | OpenSite Forum
    • Joe Muni
    • Stomik
    • Adam Wieczorek
  • RE: Printing to the Active Windows User Documents Folder

    Jan Šlegr
    Jan Šlegr
    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…
    • over 5 years ago
    • Printing and Plotting
    • Printing and Plotting Forum
    • Jacques V.
  • RE: Printing to the Active Windows User Documents Folder

    Ivo Blaauw
    Ivo Blaauw
    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…
    • over 5 years ago
    • Printing and Plotting
    • Printing and Plotting Forum
  • RE: [C++ CONNECT] TextBlock::Create - example code

    Maury
    Maury
    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){ …
    • over 7 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
    • Loren
  • RE: Error compiling MT resource file with CONNECT SDK Type Resource File Generator

    Jon Summers
    Jon Summers
    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 .
    • over 5 years ago
    • MicroStation Programming
    • MicroStation Programming Forum