RE: Getting msdError-105 on Microstation design from Code C# used...
Thanks John, Yeah we are using try {} catch {} blocks. In that catch block only we got this error. I mean msdError-105. msdError-105 is meant for what type errors ??
View ArticleRE: Getting msdError-105 on Microstation design from Code C# used...
Hi Jagadish,[quote user="Jagadish Patil"]In that catch block only we got this error. I mean msdError-105[/quote]There is a list of msdError in MicroStation VBA help file, but I don't see anything...
View ArticleGetting msdError-105 on Microstation design from Code C# used...
My Customer getting msdError-105 on Microstation design from Code C# used Interop.MicroStationDGN.We are doing Designing though Microstation thugh code using C# Interop.MicroStationDGN.dllBut Our...
View ArticleRE: [V8i VBA] Dear all, I am new to MicroStation and VBA. I want to copy an...
[quote user="Jon Summers"]I just want to copy an above elements (containing in the fence area) in to another file with the base point as lower left corner of the title block. And the same elements I...
View ArticleRE: [V8i VBA] Dear all, I am new to MicroStation and VBA. I want to copy an...
Good screenshot!Follow these steps. Source means the file that contains elements to be copied. Destination means the file where copies will be created...Open the destination fileAttach the source...
View ArticleRE: [MDL]stitch Mesh
Hello SebgoubierActually there is an undocumented MDL function mdlMesh_stitchFacets can implement your desired.Please declare this function's prototype in your .h or .cpp file as below:extern "C"...
View ArticleRE: Microstation VBA Cell AND SharedCell subelements modification
[quote user="Michal Kurzewski"]I wanted to keeps the shared cell from dropping though as I need it to reside within definition area and enumerate this definition[/quote]You need to modify the shared...
View ArticleRE: Microstation VBA Cell AND SharedCell subelements modification
i must rethink this approach. thank you.
View ArticleRE: [V8i VBA] Dear all, I am new to MicroStation and VBA. I want to copy an...
It seems basepoint is the AutoCAD term for what we would call reference point or a point to snap from. Another alternative to the fence option which works just as well is Ninja-snapping which you use...
View Article[V8i VBA] Dear all, I am new to MicroStation and VBA. I want to copy an...
Dear all,I want to copy an element with a base point from one file to another. In AutoCAD there is a command "copy with base point". I knew that, MicroStation doesn't have the same. Is there any...
View ArticleRE: [V8i VBA] Finding Tangent Vector of point on an element
Thanks for the update Jon. I've not yet had a chance to look at Artur's workaround but will do so when I get a chance.
View Article[V8i VBA] Finding Tangent Vector of point on an element
I have this cell:and upon placement in a model its orientation is set using matrixidentity and looks like this:Whereas I want the cells to be placed with a CCW rotation so that they are perpendicular...
View ArticleRE: [V8i VBA] Tagdefintionname checking with Select Case statement
[quote user="Jon Summers"]Barry LothianIf(oEl.HasAnyTags) Then bTagFound = True Debug.Print "Found valid Tags"You're misleading yourself there. The function tells...
View Article[MDL]stitch Mesh
Hello,I have a cellule which is composed of several planar shapes.I was converted it into many mesh element :Step 1For each shape in cell MSBsplineSurface Surf; if...
View ArticleRE: Getting msdError-105 on Microstation design from Code C# used...
As Jon recommends, please provide a code snip of the code in question throwing the error. MicroStation VBA/COM error codes related to msdErrorXXX should only return "proper" values in the -2 billion...
View ArticleRE: Getting msdError-105 on Microstation design from Code C# used...
[quote user="Jagadish Patil"]we are using try {} catch {} blocks. In that catch block only we got this error[/quote]But what was happening when your code threw that error? Only you can see your code:...
View ArticleRE: problem about C# addin propertyhandler
Hi,your question is very general and as such cannot be answered in my opinion. Please add more information, accordingly to the forum best practices and recommendations:What MicroStation version do you...
View ArticleRE: problem about C# addin propertyhandler
[quote user="李杨 Li Yang"]When I try to access property via oPH.SelectByAccessString("property"), I get result false[/quote]In addition to Jan's suggestions, what happens if you test your functionality...
View ArticleRE: problem about C# addin propertyhandler
Thank you. Some of the concepts from your reply make me a little confused. I am not so clear about the difference between COM Application object or standard MicroStation NET addin. I costomized several...
View Article