Bruce,
I've confirmed the reported behavior of the "Promote" process not retaining database linkages when processing grouped hole elements. Upon further investigation have determined that this is a known issue with an existing Bentley Map defect on…
I have encountered problem with an old Mdl / dll that have being running for years.
We the MDL is loaded it fails and give this error messages in the Message Center
MDL Loader: Could not load application X34FEATDEF MDL Loader: Unable to load library…
Daniel,
Attached is a modified version of your source in which I have used the XFM event system to define your feature class definitions during Bentley Map startup in such a way that the business property data types are as expected. For this to work…
Tim,
Unfortunately it would be more than a simple recompile. The extrude1 application requires the use of Bentley Map which is not available for the MicroStation CONNECT Edition platform.
Daniel,
For 1 are you saying the previously reported issue involving file compress has been fixed? Also you should be aware that xfmFeatureDef_get/setKeepInSession functions are available which can be used to keep a feature definition in the session…
Using OpenCities Map to import spatial data from Oracle (read-only), SQL Server (read-only), WFS (read-only), and Esri File Geodatabase (read-only) creates a self-contained DGN file with XFM features.
This allows you to work in a disconnected environment…
Hi,
I try to place annotation feature to exist features by VBA but only one feature in annotated.
This is my code:
Dim oLocateOp As New locateOp Dim oFeatureEnum As FeatureEnumerator Dim oFeature As feature Dim oAnnotation As feature Dim oInputPoint…
Martin,
Please be aware that you can use "File > Save As..." with "Options > XFM > Convert from 08.11.09.xx to 08.11.07.xx" selected to create a design file with the type 106 polygon collection elements converted to associative regions.
Martin,
The shape elements are stored as sub-features in the XFM type 106 polygon collection. The following bold Bentley Map VBA code should give you an idea of how you can traverse the polygon collection and obtain information from each sub-feature…
You can remove the XFM attributes from the elements by using the Export to MicroStation Elements command in the Map Manager. To do this, initialize Bentley Map, open the Map Manager, then right-click on the Layer that you need to change. Select the Export…
Greetings Nikolay,
Not sure if you've resolved this or not but I offer the following comments for others which may experience the same.
Hovering over the red "!" icon in the Data Browser can often reveal additional information on why the feature…
It's important to define your text size properly in the GIS schema to get the desired results on the map. In this article, we'll take a look a the parameters, values and settings to get it right the first time.
Apply Drawing Scale , when enabled,…
HI all!
I need to know how use the move operation in Bentley Map.
Actually, in C# i write this code:
Bentley.Interop.Xft.MoveOp op = new Bentley.Interop.Xft.MoveOp();
Bentley.Interop.Xft.CmdMgrClass mgr = new Bentley.Interop.Xft.CmdMgrClass…
Uwe,
As you may know, the Bentley Map scripting engine capabilities were originally developed for MicroStation GeoGraphics some ~17 years ago, before VBA was available in the MicroStation platform. Users that have invested time and effort to learn the…
Uwe,
You are correct in that Bentley Map no longer uses a FEATURE table. The Bentley Geospatial Administrator is used to define feature classes and associated business properties, along with other aspects of an XFM project.
The scripting engine of…
Hi all,
After some fieldwork with a Trimble GPS device, i postprocessed everything in Trimble Pathfinder Office software and exported the dataset to a dgn-file. Upon opening this file in Bentley Map Enterprise, i notice that all datapoints are "points…
The Bentley Map SDK supports application development in following languages.
Please see the " Bentley Geospatial Desktop Platform Extranet " article for instructions on requesting access to a site that contains more information for those interested…
Does this still occur if you change the size of the cellName variable and initialize as follows?
MSWChar cellName[MAX_CELLNAME_LENGTH]; memset (cellName, 0, sizeof (cellName));
The following describes how to export thematic map symbology to MicroStation. This is required at times to create MicroStation elements without XFM Attributes for use in MicroStation and other software that does not support XFM Attributes. The attributes…
Daniel,
I updated my local test case to work outside of the geo_example_designer workspace and have been able to replicate the reported behavior. I will file an issue to be resolved in the upcoming Bentley Map V8i (SELECTseries 4) release.
Daniel,
Are you running the modified gasmain application in the geo_example_designer workspace? Attached is slightly modified gasmain.c source code that when tested in the Bentley Map V8i (SELECTseries 3) 08.11.09.107 commercial release seems to work…
This tool is for V8i only.
Planarize Polygon Tool
The planarize polygon tool allows Bentley Map users to planarize a polygon collection feature to make it coplanar so the user can have an area and perimeter to work with.
This tool is offered as…
The text annotation subfeature tool allows you to display a text annotation on a line feature having any property information to display. This tool is offered as an example of what can be done with the Bentley Map API and comes without any guarantee or…