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.
Hi,
Below my understand on current available methods for "Stroking B-Spline/Arc/Ellipse to LineString"
mdlElmdscr_stroke in MDL a B-Spline/Arc/Ellipse can be stroked to LineString
From V8 VBA help, the topic "Stroke a B-spline Curve" did provided…
Hello,
I'm wondering if anyone has any experience with debugging a Microstation or Promis-e add-in over a network? My situation is that my Visual Studio is on a different machine than my Microstation App. At present I do not have the option to install…
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…
Hey Everyone,
I'm developing a plug-in for Microstation that inserts several text elements in the Active Model. It seems that everything I insert, the units (such as Point3dOrigin(71,44,0))
end up being multiplied by 39.73 even though the Master and…
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 All,
Have any idea about copy model element to another model use Bentley C# Code..
I have code for copy model
1.
ModelReference MdlRef = msApp.ActiveDesignFile.Models.Copy(msApp.ActiveDesignFile.DefaultModelReference, null, null );
but…
I moved a piece of code from VBA to VB.Net. I have encountered a problem when attempting to define a fence. I get a run time error stating that the parameter is incorrect. This code worked perfectly in VBA, but after converting to .net it fails. I'm stumped…
I have created a program which will go through all my DGN drawings that are in many sub folders in a Master Folder. ( Example: C:/MasterFolder/Subfolder/1234.DGN)
My program goes through each element looking for specific cell name and when it does find…
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…
Hi Mr. Jon & Mr.Stack
I created this using C++ inside Visual Studio 2010. It is a winform application so it will work externally.
Please find the Read.h (C++ header file ), where i have written the code to draw blocks give some suggestions.
Thanks…
Hi Everyone,
I have written one application to create blocks in microstation. Its working fine if one .dgn file is open.
If i will open multiple dgn file , its only working in the dgn which was opened first.
I used visual studio 2010, C++.net…
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…