Re: .NET Platform applicable to create MDL commands
Programmer's Text EditorsAldrin Almia:In my understanding, we can create MDL custom commands using notepad etcYou can't create any application using Notepad. It's no more than a text editor. It's...
View ArticleRe: [V8i] How can I Compare the direction of two lines.
I got an answer from www.la-solutions.co.uk/.../MVBA-Rotation.htmDim rotationX As DoubleDim rotationY As DoubleDim rotationZ As DoubleDim scaleFactor As DoubleIf...
View ArticleRe: [V8i] How can I Compare the direction of two lines.
Hi,One issue I had (using a different command) was tolerance. I had to say, if the difference in angle is less than my tolerance, then it is parallel. With out that, I had "rounding errors" which...
View ArticleRe: .NET Platform applicable to create MDL commands
Aldrin Almia:I'm using Notepad++Aldrin Almia:We can create MDL custom commands using NotepadSay what you mean, then we understand your intentions better.Notepad is a simple text editor provided with...
View Articleconverting mdlArc_createByPoints to vba CreateArcElement2
I am rewriting an mdl application in vba and got stuck when trying to substitute CreateArcElement2 for mdlArc_createByPoints. Is there some math guru out there who can tell me how to calculate the...
View ArticleRe: converting mdlArc_createByPoints to vba CreateArcElement2
There are five VBA methods to create an arc, CreateArcElement1...CreateArcElement5.Stephanie Doherty: Is there someone who can tell me how to calculate the primary radius, secondary radius, sweepangle...
View ArticleMDL project "basic" extension files
Hello,I would like to create a dialog box and I used basic as guide or an example however , I'm confuse of the two files which are .mc file and .cpp file. From the delivered examples of SDK, all...
View ArticleMDL Error running basic from SDK
Hello,Before, I was able to run basic however, when I modified its contents I encountered error. After getting error I deleted the one I modified that has an error and replace the original basic. When...
View ArticleRe: MDL project "basic" extension files
Hi Aldrin,did you study a content of basic.mc file (in help) and basic.cpp file (on your disk)? They are nearly the same, the only bigger difference is a name of main function (main in mc, MdlMain in...
View ArticleRe: MDL project "basic" extension files
Hello sir Jan,Yes, they are nearly the same. Thank you for the information.Best Regards,Aldrin
View ArticleRe: MDL Error running basic from SDK
TerminologyAldrin Almia: I was able to run basic...You run that app. by loading it into MicroStation with mdl load basic.When working with the SDK, you build an app. You build an app. by invoking...
View ArticleRe: MDL Error running basic from SDK
Hi Aldrin,without too much thinking about possible reasons of the error, which without more information is complicated to find, I have these advices (discussed a couple of times already, but it's...
View ArticleRe: Microstation V8i SS2 - autobreak lines
I dont think your using celltools mdl properly I just recreated your example without using a bg fill in my cell using the "place cell on " does break your linein your example you are ortho snaping...
View ArticleRe: MDL Error running basic from SDK
Hello sir Jan,I'll try this one.◦Recompile your application using bmake -a -dDLM_NO_SIGN to be sure no digital signature tool (signtool.exe) will be called during the build.Best Regards,Aldrin
View ArticleRe: MDL Error running basic from SDK
You should use both advices (if you are on Windows XP, to be Administrator is enough). Because bmake file for SDK examples is configured to use folders in MicroStation mdl folder both for output and...
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 Bob,I sent the code on my previous post. Is there...
View ArticleVBA: View Display setting of a reference attachment Level
Is the View Display setting of a reference attachment available through VBA somewhere? I want to know whether a Level of an Attachment is shown in View 1 or not. In the Attachments I can Find Levels...
View ArticleMicroStation not seeing Addin commands
I've been following Yongan Fu's "Learning MicroStation Addins Step by Step" instructions for creating a MS Addin. Got the C# version running with no problems.Also trying to do it in VB .NET but am...
View ArticleRe: MicroStation not seeing Addin commands
P.S. I did find a thread on the forum dealing with the same problem that was replied to by both Yongan Fu and Mark Anderson and tried the iifuzz sample project they mentioned and still had the exact...
View ArticleRe: [v8i SS2 MDL] mdlImage_renderViewToRGB() renders different from Luxology...
Although I cannot confirm your variable declarations for imageBuffer, it should be similar to:byte** imageBufferPP; /* structure of r,g,b colors */If it is declared as a double pointer it should work...
View Article