Browse By Tags

  • Open Document using Current Session of MicroStation

    I'm using the Project Explorer SDK to write an AddIn for MicroStation CONNECT. Function aaApi_OpenDocument (projectId, nDocId, ReadOnly) works fine, but starts a new session of MicroStation. How do I open a DGN document programmatically using the current…
  • Arbeitsbereich nachträglich importieren

    Guten Tag Ich habe so eben Powerdraft bei installiert. Nun habe ich die Installation ohne Benutzerdefinierten Arbeitsbereich/Workset installtiert. Ist es möglich den Arbeitsbereich und den Workset nachträglich noch zu importieren oder muss dies bei…
  • BentleyView Initialization in C#

    Hi, I am trying to initialize BentleyView application in my C# Class Library using 'Bentley.Interop.MicroStationDGN'. Following is the snippet I am using: private Application application; public Class1() { ApplicationObjectConnector…
  • Clip Volume Settings - Change the standard Display Style in View Attributes

    Hello everybody, I was wondering if there is a possibility to change the standard value for the display style of a clip volume. When I create a clip volume the standard display style for forward is chosen as forward. Makes sense, but I would like…
  • [Connect C++ MicrostationApi] Problem with changing textelement in cell

    Hello, I am trying to change the Text of a cell with the Microstation C++ Api. The Code I am using is working well on normal Text Elements. But in a Cell the "ReplaceInModel" returns an Error (69645) void TextTool::textChange(EditElementHandleP…
  • Error "building a simple MDL Application"

    Hi, I have a question about the HelloWorld example on webpage :" Building a simple MDL Application " When I try to build it, I get the error: MicroStation Resource Compiler 03.19.02 BMAKE: no rules to build C:\PROGRA~1\Bentley\MICROS~1\MICROS~1…
  • [MS CE 12 FR]unable to launch a vba command in batch mode

    Hello, In V8i edition, I used to launch MicroStation in batch mode to run a vba command on a lot of files with the help of batchprocess.ma In connect Edition, I still can use MicroStation in batch mode as documented here: https://docs.bentley.com…
  • Extend in line leader to text

    In our office it is a current standard to keep callout text left justified. it is more in line with the idea that the English language is read from left to right, so right justifying is more difficult for the eye to follow. I have seen a few posts on…
  • Redirigir la memoria caché del paquete

    Un caché de paquetes es una ubicación donde se almacenan los archivos de instalación de un software. Estos archivos son necesarios cuando se desea desinstalar o reparar un software. Si tiene limitaciones de espacio en el disco en la unidad C:\, puede…
  • add a reference that should be translated and clipped

    How exactly can i get the modelRef after begin attachment ? I'm trying with: modelRef = builder.GetDgnAttachmentCP()->GetDgnModelP(); but the reference is not translated nor clipped, so i suppose that's the problem (the only difference from v8i…
  • [MicroStation 10.14 C#] Create Note dimension element text

    Referencing a previous post about creating dimension elements in C#: https://communities.bentley.com/products/programming/microstation_programming/f/microstation-programming---forum/112608/c-connect-how-to-create-dimension-elements I've been trying…
  • [CONNECT] PW Explorer: MicroStation Must be Restarted

    I'm using MicroStation CONNECT Update 14.2 with the latest compatible PW Explorer. I start MicroStation, log-in to a remote PW server, then see this... Why? I don't want to restart MicroStation — it's slow enough already. What 'new configuration…
  • Installation de Descartes pour MicroStation CONNECT Edition

    Produit(s): MicroStation Version(s): N\A Environnent: N\A Domaine: Installation Sous-Domaine: N\A Contexte Descartes pour MicroStation CONNECT Edition est maintenant disponible. Dans l…
  • [CONNECT Update 13 C# ] Convert Point3d to DPoint3d?

    Hi, Is there a way in C# to convert a Point3d value to DPoint3d? using BCOM = Bentley.Interop.MicroStationDGN; using BG = Bentley.GeometryNET; BG.DPoint3d dPoint3d = default(BG.DPoint3d); BCOM.Point3d point3d = default(BCOM.Point3d); ??? Thanks…
  • How to activate particular parametric set/variation?

    Microstation Connect Edition Update 14 - C++ Native - SDK In a particular model, I have added one variation/Parametric set using API - (IDgnComponentDefinitionModelHandler) -> CreateParameterSet(). I have also created associated variables with this…
  • Place Label Without Leader Not Associating Text From Item Type On Element

    Product: MicroStation Version: CONNECT Environment: N\A Area: Dimension Subarea: Label Problem When using the Place Label tool without the use of a Leader the text spaced does not get associated…
  • MicroStation CONNECT Edition - Black PDF

    Late last year, after a change of owners, the company swapped our laptops and along with them, all of the software. Since then, when I try to print to a PDF using a configuration file that has worked prior to the changes, the drawing area (inside the…
  • Cannot open file.= (0x8000)

    Dear friends, I cannot open attached file. Can somebody help to check what the reason? FN109ACWD-SK1201-.dgn
  • [CONNECT C#] Load a Workspace

    Hi, I want to load an existing workspace. It already works with an existing workset. using BD = Bentley.DgnPlatformNET; using BM = Bentley.MstnPlatformNET; // Load Workset BM.Internal.WorkSpaceManager.ActiveWorkSet.WorkSetInfo.Name = myWorksetName;…
  • [CONNECT C#] After ElementPropertiesSetter the Element is locked

    After using ElementPropertiesSetter, the respective element is locked and cannot be unlocked in the MicroStation afterwards. Did I forget something? public bool SetElementLevel(BDE.Element element, string levelName) { try { BD.LevelId levelId…
  • Elemente in der Ansicht ignorieren den eingestellten Darstellungsstil

    Produkt(e): MicroStation Version(en): CONNECT Umgebung: N/A Produktbereich: Grafikanzeige Produktunterbereich: Darstellungsstile Problem Nachdem der Darstellungsstil „Thematisch: Höhe“ angewendet…
  • [CONNECT C#] Problem with Console Mode and BM.Session.Instance.GetActiveFileName()

    Hi, have another question about C #. My AddIn should run directly in the MicroStation (MicroStation mode) and outside in the CMD shell (console mode) So far everything fits in MicroStation mode, only not in console mode. if (call.ModeMicroStation…
  • translate white to black in display rules

    Hi, In Microstation, when I draw a white (colour 0) line on a model with black background it is displayed as white. To print the line I use a sheet with a border and the model as reference. At that time the line shows black because the background…
  • Do we have any MDL script available to change Title Block Tag set for multiple documents? it's Possible manually however we wanted to check if any automation available.

    We have a number of documents using a Tag Set and for As Built files we want to match the tag set with the Client. We can manually do this however I wanted to know if there is any script available to do this for multiple documents. PW 10.00.02.265/03…