[v8i c++] mdlMesh_intersectDPlane3dPolyfaceMesh
Am I doing something wrong here? mdlMesh_intersectDPlane3dPolyfaceMesh is not returning anything..Thanks ahead of time!std::vector<DPoint3d> Get_MeshSegments(MSElementDescrP MeshHdr, DPlane3d...
View Article[V8i C++] Setting LineStyle Name for Complex Element (MSElementDescr)
Is there an MSElementDescr equivalent to mdlElement_SetLineStyle(), or does one need to utilize mdlModify_elementDescr2() for setting the LineStyle of a complex element? Thanks,Bruce
View Article[V8i C++] Setting the LineStyle for a Complex Element using an MSElementDescr
Is there an MSElementDescr equivalent to mdlElement_SetLineStyle(), or does one need to utilize mdlModify_elementDescr2() for setting the LineStyle of a complex element? Thanks,Bruce
View ArticleHow to get an MSElementDescr for line/arc in a model
Hi,How can i get MSElementDescr for line/arc in a model.Actually, i am trying to get MSElementDescr for either line/arc only, when even there are many elements in a model.Can any one guide me in doing...
View ArticleMDL Function Reference Manual
The MDL Function Reference Manual has its inconsistencies, but the documentation for mdlModelRef_getActive is downright misleading and contrary to recent advice from Bentley Systems:Most functions that...
View ArticleCan we link static library with MDL Application in C++
Hi,Can we link static library in MDL Programming.Because when i link static library i get the following error in vs2008error LNK2019: unresolved external symbol _mdlScanCriteria_free referenced in...
View ArticleOld 'J' user command that I modified and works in V8i - negative coordinates???
I have about 750 old user commands that our Bridge group have used for years that I have modified and was able to make most of them work in V8i. I have one that no matter where I put the data point in...
View Article[v8i c++/ c] import dgn to dwg : auto rename shared cell
(English is not my first language so sorry for my mistake I’ll try to do my best !)Hi all,I'm on a project to import a dgn file to dwg with some requirements. I have some trouble when MS translate my...
View ArticleDefault library conflicts with conflicts with use of other libs; use...
Hi,When i link my static libraries and build in visual studio i initially got the following errorLINK : warning LNK4098: defaultlib 'mfc90u.lib' conflicts with use of other libs; use...
View ArticleWhat arguments does mdlKISolid_satDataFromElement accept?
Hi All,I want to get SAT string for smartsolid elements. For this purpose, when browsing through the exported functions in kisolid.dll in Dependency Walker, I found a function that seems to do exactly...
View Article[V8i C++] How to change existing cell from "Point Cell" to "Graphic Cell"
How can a placed Point Cell be converted to a Graphic Cell? That particular property (Graphic vs. Point) doesn't seem to be a parameter of mdlElmdscr_setProperties(), or of the "Properties" struct....
View ArticleVoice commands for Microstation
Has anyone developed a script or program that uses Microsoft windows voice recognition so you can use voice commands inside Microstation?I have seen numerous ones for games that kids are doing these...
View Article[V8 2004 MDL] copy the ellipse?
I am trying to copy the ellipse from the main file to other file using MDL but i don't know what to do? please help me. I am new to this Microstation.regardssagar..
View Article[V8i C++] Can a Built-in Tool be Extended?
We've developed a series of custom tools to enhance our workflows. One particular tool adds some EC type data to graphics, and one of our users asked if it could be added to the Change Attributes tool....
View Article[V8 MDL] Checking Element's Named Group
Hi,I want to check whether an element is a member of a particular named group.Here my code:I know the name of the group. It is 104.MSElement elm;ElementRef elmRef;NamedGroupMemberP...
View ArticleMicrostation Error
Hi,i have installed visual studio C++ 2005 Express Edition.i have compiled Microstation example(basic) program in V8i SDK using below commandsbmake -a basic.mke -dNO_COMPILERS_MKIi got the error...
View Article[2004 MDL] need help in clipping the ellipse.
HiI am trying to clip the ellipse but the problem is in the boundary that i could not clip the ellipse to make it half either semi circle or other. please help me to sort out this problem.regardsagar..
View ArticleSweeping a circle along a path in MDL
Hello,I want to make a solid by sweeping a circle along a path(linestring). I tried to use mdlKISolid_sweepBodyWire, but it sometimes fails. (with error code -9074) I thought it was because the circle...
View Article[V8i VBA] Print Style Name - Print Organizer
How can I get all Print Style Names that are loaded in a file, in order to populate a combobox?I've looked everywhere and can't find anything.Regards
View ArticleGeographic Coordinate System MVBA ?
Is there any way to select and attach a Geographical Coordinate System using VBA in Microstation. I would like to create a macro that can be used in batch processing to apply the Geographical...
View Article