Browse By Tags

  • Define Itemtype by feature definition

    Hi Experts, I have just updated to latest version of OBM (2022 R1), I have tried to explore Itemtypes and have few questions, 1. Is Itemtype library assigned to feature definition by default? (Eg. If I place a deck and have feature definitation…
  • OpenBridge Modeler Itemtype export

    Hi, I have seen some video which shows that Itemtype is attached to elements which can report a lot of element property within OpenBridge, by reading the wiki on this page I gathered itemtype information cannot be transferred to itwins, however, I…
  • Distance along curve

    Hi Experts, I am trying to figure out if there is a way in MicroStation or OpenBuildings to measure distance along a curve using the Itemtype expression. As shown in the picture below, I have a B-spline curve and some Circles along the path but not…
  • Itemtype in Generative Components

    Hi, I am looking to use Itemtype in GC. I know there are a few posts about some custom nodes created to deal with this but I am trying to find if Bentley has any plans of adding Itemtype as a GC node where we can apply Itemtypes and manipulate information…
  • [CONNECT C++ U16.2] Item Type iteration fails

    Hello all, I want to iterate over all Itemtypes in a all Libraries but I get an Memory Exception in the second iteration in following Code: try { ItemTypeLibraryPtr itemTypeLibrary = ItemTypeLibrary::FindByName(libName.c_str(), *ISessionMgr…
  • Come creare report di Elementi (Item Type) associati alle variazioni di una cella parametrica

    Prodotto(/i): MicroStation Versione(/i): CONNECT Edition Ambiente: N/A Categoria: Celle Sotto-categoria: Celle Parametriche Lo scopo di questo articolo è mostrare un metodo per creare report di Item Types…
  • MicroStation CE-ItemType功能

    【视频介绍】介绍并演示了MicroStation CE 的 ItemType 功能。 链接: BENTLEY软件-官方教学 (bentley-learn.com)
  • [CONNECT C# .NET] How to associate an ItemType to a parametric model and then create a variation associated with the ItemType?

    Hello, I am using OpenBuildings CONNECT Update 5, I think the version is 10.00.14.18 . 10.05.00.49 (Corrected). I am using the MicroStation Update 12 SDK. I am trying to create a variation (parameter set) in a model but I want to associate the variables…
  • [CONNECT U12] (Technology Preview) Expression - Lookup Tables

    Hello everyone, Reading the online documentation about Expression, there is this phrase: "Lookup tables are lists of data that are associated with a field in your project database, usually in excel format". Exactly what does it means? Is there or will…
  • [CONNECT C++] Create custom IECInstance formatter for ItemType property

    I have existing code that creates an IECInstance formatter for the area property of my Item Type. bool CreateAreaFormatter (IECInstancePtr& formatInstance, int nUnits, int accuracy, Annotator::AreaDecoratorOptions decorator) { ECN::ECSchemaPtr…
  • [CONNECT C#] How to associate a Picklist with an ItemType Property?

    I can see classes ItemType and Picklist in MstnPlatformNET help. What I can't see is the way to associate a Picklist with an ItemType property. That is, how do I write code that informs MyItemType.MyProperty that its values should be restricted to those…
  • AECOsim Building Designer Connect MVBA example itemtypes crash

    We are trying to convert our tags to itemtypes. We currently use tags in our boarders and mass edit boarders using MVBA. I found the example code in the MVBA editor on itemtypes. However, when i execute the code it crashes. (Run-time error '-2147467259…
  • RE: How to update item types from library

    Have you tried the Update From Library option, this only updates the Item Type name (WAD – Working as per design). Try changing the Item Type name for e.g. ElementDescription to ElementDescription1 changing the default value to your requirement. Now…
  • RE: CONNECT - Attaching Items to Element Templates

    I guess there is no Item Types present in the active file or existing DGNLIB referenced. Regards, Leonard Jones.