Re: Standard Documentation of MDL API
Hi Aldrin,all MicroStation development documentation is delivered with MicroStation SDK. After you install SDK, it's added to Documentation folder (e.g. C:\Program Files (x86)\Bentley\Documentation\)....
View ArticleRe: mdlElement_setSymbology
Aldrin Almia:However, i tried to load it but the line elements and line strings color didn't change. I set color = 1, is it wrong?Hi Aldrin,Without seeing the code snippent, it is not possible to...
View ArticleRe: Standard Documentation of MDL API
Aldrin Almia:May I know where I can find Standard Documentation of MDL API?Assuming that you performed a default installation of the MicroStation SDK...Open a Windows command promptKey-in the following...
View ArticleRe: Standard Documentation of MDL API
Hello sir Jan and sir Jon,Thanks a lot. I found it. ^_^.I think, this is the beginning. One again, thank you.Respectfully yours,Aldrin
View Article[v8i SS2 MDL] mdlImage_renderViewToRGB() renders different from Luxology screen
Hi,On Luxology render screen, I see render result and then saving it using mdlImage_renderViewToRGB() to save the rendered image. But rendered image is darker then Luxology screen. I also tried...
View ArticleRe: mdlElement_setSymbology
Hello sir Ahmet,This is noted sir.I'm just trying to modify the code without knowing how. My apology sir. I think I have to read documents of MDL and study C and C+_.Thanks a lot sir for the big...
View ArticleRe: Standard Documentation of MDL API
Aldrin Almia:I think, this is the beginning. Yes, you are completely right, it's the beginning :-)Crossing my fingers! Jan
View Article[v8i SS2 MDL] Saving Luxology rendered image
Hi,How can I save Luxology rendered image to file in MDL? I want to save latest image or viewed image rendered from Luxology image cache.Regards,Ahmet Sedat ALISAEC Technology
View ArticleRe: Problem While Creating Flood Area
Create a line string based on your lines, first. Than you be able to get a 3D shape from this Line string if you find out a "mvba simulation", like your sendcommand and TCB setting, for the...
View ArticleRe: [v8i SS2 MDL] Saving Luxology rendered image
I think it is saved somewhere, so use some process monitor tool and find out, where it is saved...
View ArticleRe: [v8i SS2 MDL] Saving Luxology rendered image
DanPaul:I think it is saved somewhere, so use some process monitor tool and find out, where it is saved...Hi Dan,Thank you. I tried VBA macro recording but it doesn't give me any clue. I know other...
View ArticleRe: VBA interface error: failed creating the application object - 0x80040562
I solved it by reinstalling the prerequisite for MicroStation V8i (SELECTseries 3)
View ArticleRe: [v8i SS2 MDL] mdlImage_renderViewToRGB() renders different from Luxology...
Can you provide us a sample of how you are setting up and calling the mdlImage_saveViewToRGB function for us to review?
View ArticleRe: [v8i SS2 MDL] mdlImage_renderViewToRGB() renders different from Luxology...
Robert Hook (Bentley):Can you provide us a sample of how you are setting up and calling the mdlImage_saveViewToRGB function for us to review?Hi Robert,Thank you. Here is the code...
View Article[V8i MDL] Select Series 3 MS_DWGSAVEAPPLICATIONDATA=1 (or ON) not working
I store critical data as type 66 level 20 application data. I have a Bentley assigned signature. This works for ALL versions of MicroStation. I have included the V8 code. This does not work in an...
View ArticleRe: [V8i MDL] Select Series 3 MS_DWGSAVEAPPLICATIONDATA=1 (or ON) not working
Subject typo - not configuration typo MS_DWGSAVEAPPLICATIONDATA=1 (or ON) not working
View ArticleRe: [v8i SS2 MDL] Saving Luxology rendered image
The Luxology History files by default are created under $(_USTN_OUT)/Luxology History/. This setting can be modified in the Luxology Settings dialog, bottom toolbar 4th icon (Alt+H), or...
View ArticleRe: [v8i SS2 MDL] Saving Luxology rendered image
Robert Hook (Bentley):The Luxology History files by default are created under $(_USTN_OUT)/Luxology History/. This setting can be modified in the Luxology Settings dialog, bottom toolbar 4th icon...
View ArticleRemove Element Permanently ( Removed Element Must Not display even if user...
Hi Guys,Here is my code for deleting the element.mdlElement_read(&MsElm,MASTERFILE,*FilePos);mdlElement_undoableDelete(&MsElm,*FilePos,TRUE);Working Fine, deleting the specified File...
View ArticleRe: Remove Element Permanently ( Removed Element Must Not display even if...
Daniel Christopher:mdlElement_undoableDeleteThe name contains a clue: if you delete an element using that function it will be undoable.MicroStation's editing tools all fill the Edit|Undo and Edit|Redo...
View Article