• [CONNECT Native C++] Filleting Lines in V7 / V8i vs. CONNECT Edition

    Hi all - Hope everyone is enjoying the Northern Hemisphere summer! In v7, I had written a helper routine that took three points that defines two intersecting lines and created a fillet between them using the Constraint tools. This was ported over to…
  • [CE U14 C#] Parametric Cell - Parameters not up to date

    I have a DGN, where I placed a parametric Cell with Variables attached to it (used with constraints). When I only read and write with my function, everything works as expected. When I edit the value of one Parameter inside the Microstation (Element Info…
  • [C# CONNECT] Add constraints to element

    Hi all! I have 3 elements. Shape "A", Shape "B" and Line "L". I need create 2d constraint for them. Example: I finded classes for this task in namespace: Bentley.DgnPlatformNET.Constraint2d. But I did not understand how use it. Help me please…
  • Is it possible to obtain the sheet size (height and width of a sheet model) in order to use these in a constraint variable?

    I'd like to develop a parametric drawing border cell that automatically changes size using 2D constraints and dimension constraints. I just started working with constraints and parametric cells. Is it perhaps necessary to first define item types that…