Hi everyone,
I have a question regarding being able to recognize individual wall elements especially the wall's centerlines in a 2D MicroStation Drawing. My end goal is to use the centerline information of each wall object to recreate the wall in…
Hallo,
I am converting existing add-ins that were written in C# using the COM Interop on V8i SS4 to the new CONNECT NET API and I would like to get rid of any remaining calls to the COM Interface where possible. To achieve that goal, I need to find…
Hi Team,
Programmatically can i load las file directly into MicroStation V8i (SELECTseries 4) Version 08.11.09.829 without converting into pod format ?
Thank you,
B Daniel.
I want to adjust/move the dimension text from one location to another location( Here both source and destination co-ordinates are known ). How to perform this? Kindly suggest.
Screenshot is attached for your reference.
In the Screenshot, the Red…
This seems like it should be easy but I'm having trouble using the ProStructures API with my C# plugin for ProStrutures on AutoCAD. I have referenced the ProStructuresNet.dll library into my project along with the usual AutoCAD libraries. I can use the…
Hello,
I try to Post (commit) new, modified or deleted features.
Post Command work well but I'm going to catch ErrorFeatures and Exceptions when command is finish.
My code is
public void PostSelected()
{
if (null != StorageImportCriteria)…
Hi everyone I'm having some trouble reading the sub elements of a SmartSolid Element. The code below is based on the answer given in this thread:
https://communities.bentley.com/products/programming/microstation_programming/f/53220/p/127746/389036#389036…
The ProStructures .Net Help file contains documentation for creating .Net add-ins for ProStructures version SELECTSeries8 (08.11.11.xx). This includes the Class list, Class Hierarchy, and the Namespace List. Some code examples can be found included within…
The ProStructures .Net Help file contains documentation for creating .Net add-ins for ProStructures version SELECTSeries8 (08.11.14.xx). This includes the Class list, Class Hierarchy, and the Namespace List. Some code examples can be found included within…
There are two batch files that need the following variables
USTNOUT must be set to the prg folder of ProStructures.
USTNDIR must be set to the MicroStation folder
If Visual Studio was installed to a different location you need to set DEV2005.
…
We need to process approximately 200,000 dgn files. We would like to process these files on a server for obvious reasons.
We have created a c# script that uses the bentley.interop.microstationdgn library.
The script works for a while for like maybe…
I'm writing an add-in in C# using the Bentley Map API where I need to show the DisplayName of a property (of a feature) but in PropertyDef there's no such property than can get me the DisplayName.
So how can I get the DisplayName of a property from…
Hi everybody,
Is there anyway with Microstation Connect NET API to detect which elements intersect or are near of others element? Like a spatial index?
many thanks,
I want to add a single User Group to an existing project (folder) using C#/VB.net. Since aaApi_AssignAccessList is depreciated, I am trying to use aaApi_ApplyAccessControlList which requires two structures defining the ObjectAccessSet and ObjectAccessEntry…
I have been able to find a couple of post on this topic but none that contain a solution. I am using the ProjectWise SDK through C#/VB.NET to copy a folder structure. Using the aaApi_CopyProjectWithHierarchy command, I am able to successfully copy a Rich…
I have a c# app developed in visual studio 2012 that references bentley.interop.microstationdgn.dll to process dgn files.
When I run the app in studio it works fine but, when I try to run it outside of studio, I get the following error:
Retrieving…
Hello. I have figured out how to compile DLLs in VS for Excel and create my own C++ functions. My ultimate goal is to be able to write C++ programs that operate within Excel and Microstation. My question concerns C++/CLI or the C++.net. Is one able to…
Hi Shenh,
You are very close to getting things to work. But it looks like you went the hard way.
First, there is no need to use the EpaNet engine (EngineAdapter) directly. That is what WO.net does for you.
Second, it would be easier to just show…
Hi all,
Sorry for the naive questions, if they have already been answered on the forum, I am unable to find answers to this question.
If they are answered already, please point me to the thread.
I would like to know a few things about .NET and MVBA…
Hello,
I would like to know if and how I can place a text node using .NET addin by using true word wrap? I need to set an area that text must fit in. I know I can set the number of characters in line like this:
textNode.LineLength = 100;
But this…
I have a C# script designed to scan dgn files in a selected directory and generate a report on the files scanned. The script is written to run outside of microstation and it works fine.
The problem is when clients attempt to run more than one instance…
Thanks Mr. Jon
Please find the Extract.rar.
This is a sample C++ project to copy element made in visual studio 2008.
Please can you give any suggestion to make a .ma or .dll file so that i can call it from microstation
Regards
Manoj
Hi All,
I am using Visual Studio 2010 , Microstaion V8i and C++/C#.net
I loaded the laser points to microstation using terrascan.
I want to create blocks along the center line having certain length and width.
i want to count the number of laser…
Hello everyone!
I wanna develop a new tool to disable users from selecting elements belonging to a specified level.The final effect shows below.Whenever cursor hovers over those elements,it will show forbidden.It would be very helpful if you can show…