Re: Error message caused into to the microstation v8i s3
Hello Every bodyFirst, I’d like to thank you for your fast interaction.I’m going to give more details about the problem that we have and about our solution.Dkmètre is a native mdl application that is...
View ArticleRe: Error message caused into to the microstation v8i s3
Beside the fact, that the given levelId (idNiveau) is strange (never seen such a large one), a DgnModelRefP of 0 is definitively not correct. I'm not sure if this function should handle a...
View ArticleRe: Error message caused into to the microstation v8i s3
cdiTech:I’d like to know if I can use the mdl debugger with the visual studio IDEIf you have a native-code application, then use the Viz Studio debugger. You need to attach MicroStation as the host...
View ArticleRe: Error message caused into to the microstation v8i s3
I don’t think that this bug is due to the values of the dgnModeleRef and the idNiveau variables, because I put back the series 1 of microstation v8i, I debugged and I put a breakpoint just before...
View ArticleRe: Export coordinates from elements (cells)
Hi Stefan,Thanks a lot for your help and the code :)I'll try it and see how far I get.....RegardsRaphael
View ArticleRe: Error message caused into to the microstation v8i s3
cdiTech:I don’t think that this bug is due to the values of the dgnModeleRef and the idNiveau variablesYou're assuming that SS1 and SS3 behave the same way when it encounters a NULL model ref. Since...
View ArticleRe: Error message caused into to the microstation v8i s3
No matter what you think, a value of 0 (NULL) for a dgnModelRef is never valid, as a dereference of such a pointer will always end up with a failure of unallowed memory access. It was often enough said...
View ArticleRe: Export coordinates from elements (cells)
Hope that helps;-)Private Function GetRowColumnFromPoint(ByRef row As Integer, ByRef column As Integer, p As Point3d) As Boolean Dim gridorigin As Point3d Dim gridraster As Point2d Dim...
View ArticleRe: Error message caused into to the microstation v8i s3
cdiTech:@ Robert Hook [Bentley] I did not understand which files exactly do you need and where can I find them? Search for files named as "exception.log" inside C:\Users folder and it may look like...
View ArticleRe: Export coordinates from elements (cells)
still too hard even with the code given by stephan.. your really need GIS to do this...I feel and idea brewing.... you might be able to use excel to create equations that if object A has coordiantes...
View ArticleRe: Export coordinates from elements (cells)
Lorys...I don't understand what you're trying to tell us, GIS is a discipline not an explicite software or any existing solution. I don't even see any usage for a geo-related solution as this is...
View ArticleRe: Error message caused into to the microstation v8i s3
Hello,So I replace the dgnModelRefP with ACTIVEMODEL and it works now.Thank you for your helpI am a beginner on mdl and I need a tutorial other than Microstation V8 mdl function reference. So if you...
View Article[XM VBA] Accessing Dimension Note in VBA
I'm looking for someone who has had any success in accessing a "NOTE" in VBA. When selecting a note with a leader in the MicroStation GUI, it shows in the information window as a Dimension and a Note....
View ArticleRe: Export coordinates from elements (cells)
Michael Stark:Lorys...I don't understand what you're trying to tell us, GIS is a discipline not an explicite software or any existing solution. ok MichaelI did say the Stephans solution was best but...
View ArticleRe: [XM VBA] Accessing Dimension Note in VBA
Robb Watson:When selecting a note with a leader in the MicroStation GUI, it shows in the information window as a Dimension and a NoteIf you use the Analyze Element (key-in ANALYZE ELEMENT) tool rather...
View ArticleRe: Mouse Setup VAB routine
Jon, Bob, Lorys, Phil would anyone of you or someone help me finish putting this mouse wheel VBA together?I would really like to have this working. I am just not sure how to put it all together and...
View Articlesdk and microstation version
Hi EverybodyI have downloaded microstation SELECT series 3(08.11.09.292) from bentley (30 day trailer version) but i cannot find ss3 microstation SDK. how i can get it to tart my mdl programming?why...
View ArticleRe: sdk and microstation version
ehsanmohseni7:I have downloaded MicroStation SELECT series 3(08.11.09.292) from bentley (30 day trailer version) but i cannot find ss3 microstation SDKI don't think that there's a trial version of the...
View ArticleRe: sdk and microstation version
Hi ehsanmohseni7,The English version of Learning MDL Step by Step is under the private BDN communities:communities.bentley.com/.../default.aspxIf you are a BDN member, you can access it.Thanks,YongAn
View Article