Re: Change Elements Elevation with in the drawn polygon and break lines...
DanPaul:There is a mdlVec_linePlaneIntersectParameter function.Dušan, thanks! I missed this function completely... Jan
View ArticleRe: [v8i SS2] Boundary of a TextNode Element
Textnode is just a group of text elements, so perhaps you can interate them and chose one? Or you can create an union of its components boundaries (use GetSubElements and Range3dUnion) ...
View ArticleRe: [v8i SS2] Boundary of a TextNode Element
Dan,Nice idea. maybe I can get the low point of the bottom most text element and get the high point of the top most element. Does it make sense?edited:I will get all the low point of all the text...
View ArticleRe: How to run example of mdl or .mke file?
Aldrin Almia: the error is 'bmake' is not recognized as an internal or external command, operable program or batch file.This is important and valuable information that was missing in your original...
View ArticleRe: [2004 MDL] Help me to get total number of end and start points.
sagar:N = (int) endpoint * 2;What is endpoint? Where it comes from?From your earlies posted code, I can see there is endpoint variable used in mdlElmdscr_extractEndPoints...
View ArticleRe: How to use RemoveDatabaseLink for RIS data base connection (Oracle)
I am searching for a solution in which I will not need to use EED. I am afraid that the path you offered will not fit our needs.I know and use already the EED command to make the elements not...
View ArticlePerformance issue in Element Scan -V8i MDL
Hai,I have developed one MDL tool (to display the elements in the dgn according to the user criteria ie., if they want element having Level="Test", Weight="0", Style="1",Color ="2" only those element...
View ArticleRe: How to run example of mdl or .mke file?
Hello sir Jan,Thank you for the information. It clarifies me where I can find the MDL Project examples. After I encountered the error of "bmake", I think MicroStation SDK was re-installed by the IT...
View ArticleRe: [V8i C++] How to ReUse a Bentley dialog item
I did that initially - that's what spawned the question. If I just added the entry to the CmdItemListRsc, the ComboBox does not get populated. That's what caused me to search for an associated...
View ArticleRe: [v8i SS2] Boundary of a TextNode Element
RJ:DanPaul: Or you can create an union of its components boundaries (use GetSubElements and Range3dUnion) ...Could you further explain this one?TextNode element is nothing more than TextElement...
View ArticleRe: [v8i C] Clearing ComboBox contents
Yongan.Fu:I think the COMBOATTR_READONLY attribute prevent the clear action.I am using COMBOATTR_READONLY attribute to prevent entering custom value using keyboard.User must select one of the options...
View Article[V8i C++] Proper Methodology for saving text/cells with AnnotationScale back...
When I save my V8 file back to V7 format, using my version of "save-as", the cells and text are "reduced" in size by the annotation scale factor in the V8 model. Is there any better process to handle...
View ArticleRe: [2004 MDL] Help me to get total number of end and start points.
sagar:Is typecasting supported by MDL?MDL implements ANSI C, which provides type-casting. However, the compiler will go only so far when attempting to convert between types.sagar:invalid type...
View ArticleEncountered error runnnng mke using MicroStation Developer Shell
Hello,I tried to run one of the examples of MDL Projects delivered from MircoStation SDK. This MDL example is mdlbasic. The path of this project is C:\MDLProjects V8i (SELECTseries)\mdlbasic. Using...
View ArticleRe: [v8i C] Clearing ComboBox contents
I would like to use option button item to replace read-only combobox.And if you have another reason to use read-only combobox and want to clear it, I think your original approach is a good workaround...
View ArticleRe: Encountered error runnnng mke using MicroStation Developer Shell
I tried to look for cstdio in C:ProgramFiles\Microsoft Visual Studio\VC\include, however, I did found cstdio. Is it because of it?Best Regards,Aldrin
View ArticleRe: [v8i C] Clearing ComboBox contents
Yongan.Fu:I would like to use option button item to replace read-only combobox.Dear Yongan,I was using Option Button item before using ComboBox. But Option Button is not scrolling when you have many...
View ArticleRe: Encountered error runnnng mke using MicroStation Developer Shell
Aldrin Almia:I tried to run one of the examples of MDL Projects delivered from MircoStation SDK. This MDL example is mdlbasic. The path of this project is C:\MDLProjects V8i (SELECTseries)\mdlbasic....
View ArticleRe: Encountered error runnnng mke using MicroStation Developer Shell
Hello sir Ahmet,I tried to run one of the examples of MDL Projects using MicroStation Shell Developer but I encountered an error which cannot open the files (cstdio, yvals.h, use_ansi.h, gd132.lib...
View ArticleMVBA Create Circle
Hello, Do someone have sample source code creating or placing Circle? Best Regards, Aldrin
View Article