Browse By Tags

  • *.fileinfo.xml settings/purpose

    Hi, We run a script to copy out models from PW to local dms folder to read layers. We receive an error saying: Failed: Fetching Document: Failed to write to XML file. The error message is random and the command works for some files but not for…
  • Create Element Templates From Levels in DGNLIB

    Product(s): InRoads, MX, GEOPAK Version(s): 08.11.09+ Area: Basic Settings Original Author: Bentley Technical Support Group Question: Is there a way to easily create Element Templates for use in the Feature Definitions…
  • Steel sections in Modeler

    I have a client who is evaluating Structural Modeler and is surprised to see that the steel sections are not drawing as their true shape. There are no fillets where there should be fillets. I have looked at CISC.STF and CISC.XML and they both seem to…
  • Parametric sections

    I've recently tried to play around with the "new" parametric section feature in Structural. More information about it is available here . My tests showed some problems, and I filed a Service Request. One of the problems is related to when having…
  • [V8i C++] Adding XML Data to Models in Cell Libraries

    One can utilize mdlModelRef_getLinkageHolderElement() and mdlModelRef_setLinkageHolderElement() to add/update a linkage to a model that can later be used/placed as a cell and that cell will contain the linkage info without having to do anything else.…
  • Re: Alignment BRT into MX

    The most common method is LandXML translator. There have been some enhancements and fixed in this area (SS2 versions, use the latest), as well as in MX. Which version of MX and BRT are you using ? The BRT XML translator allows the export of several…
  • Importing a Checked Out License (XML file) for XM and Higher [TN]

    Applies To Product(s): ALL Version(s): XM and higher Environment: N/A Area: N/A Subarea: N/A Original Author: Bentley Technical Support Group …
  • XML document is not produced

    Product(s): Hevacomp Mechanical Designer Version(s): V8i (N/A) Environment: N/A Area: N/A Subarea: N/A Overview After a successful EPC calculation, an XML document is normally produced within…
  • BRCM - New databases

    Good day. 1) Need to add needed database of russian suppliers to BRCM. Have one in MDB for autoplalnt... Think many catalogs (OBO,Legrand etc.) in BRCM were made by Bentley in automatic way... Do is there an easy way to convert MDB's from…
  • Re: userdata vs. tags

    XML - a grammar for general-purpose data LandXml - a dialect of XML designed for survey and other related design data
  • Re: Converting .dgn files to .xml

    There are two major considerations when exporting DGN model data as XML … XML Schema VB/VBA XML API XML Schema A DGN model contains an unbounded list of geometric elements. In terms of XML representations, some elements are…
  • Re: Export Dgn to KML

    jpagano: Is there a way to export the file to KML? KML is XML. There's a Google KML Tutorial that has a link to the KML reference . To create XML, you need an XML API. It's not clear what programming language you are using…
  • Space Reporting with DataGroup Explorer and XML

    While the Excel export function in DataGroup Explorer is probably the quickest way to produce a space report from Bentley Architecture, its worth thinking about XML as an alternative. In this example i've combined the XML output with XSL, javascript…
  • Re: BA Stairs

    Wow, I haven't worked with these tools in years! But since I've only upgraded to Office 2007 about a month ago I figured it was time to start digging in... So, here's how you can use the StructuralShapesTemplate.xls file to generate a valid section XML…
  • is it possible to load an XML using a XSD schema?

    Hello. We're preparing an whislist for a official bentley training course, well, actually we sent this list a couple of weeks ago. Today, I've been told to check if it is possible to load in bentley map a "drawing" in .XML format that…
  • Re: VBA in Bentley Map

    Duplicate Post eng_ac: I want to export DGN file's attributes via code (VBA or .NET). This is a duplicate post . You failed to mention in the other post that you are seeking a mapping solution. You now have two solutions provided…
  • Export templates from Inroads

    How do I export a complete road job (alignment, templates, surface) to be imported by Trimble software like Terramodel or Trimble Business Center? I am a contractor and our designers use Inroads, but I would like to get the entire road job to put in my…
  • Re: XIN file Questions

    Unknown said: I would like to see the ability to sort features The canonical way to sort XML data is through the XML Stylesheet Language ( XSL ). An XSL file is an XML file that contains a set of rules on how to manipulate, or transform , XML data…
  • Import XML 1.2 using Geopak DTM Tools

    I'm using SS1 Microstation and Geopak and have imported a land xml 1.2 surface using DTM tools. When I do this, it creates a .tin file which is fine except the the import added zome 0 elevaion points around the bourdary of my surface. I was going to use…
  • Re: LDD to PCi

    Your are correct, the Geometry XML import is for geometry. To get the surface import from the LDD conversion go into site modeler and then Project > Import > XML
  • Re: Bentley Civil Platforms

    The Import LDD Project tool is delivered to the C:\Program Files\Bentley\InRoads Group V8.11\bin\ldd folder by default in the InRoads Group V8i installation. You may want to consider upgrading to this version of the InRoads Group. For InRoads Group…
  • Re: Precision of Legal Descriptions in InRoads XM

    Jamey, From the Report Browser, select Tools> Format Options. Change the precision for Direction and the Legal Description report should automatically update with the new precision. Thanks, Jason Smithey
  • Re: Get element's feature properties

    The XFM (XML-Based Feature Modeling) capabilities available in both Bentley Map and Bentley PowerMap products, provide support for persistence of properties (e.g. attributes) as XML fragment elements (as Jon correctly states) as well as RDBMS properties…
  • Getting more property definition information

    Hi, I'd like to know how can I get more information about feature property defined in XML schema. There are methods like xfmPropertyDef_getMaxSize(), xfmPropertyDef_getName() etc. But I want to get information about domainListSpec…