Offset Line Element using Offset method of BsplineCurve object, accurately
Hi,I want to offset a Line Element on both sides using Offset method of BsplineCurve, I have written code, which first convert Line to BsplineCurve and do offset, I want Offset BsplineCurve convert...
View ArticlePerformance and quality balance for ElementGraphicsOutput::Process
Hi Experts,I want extract graphics meshes for the model which contains quite a lot extended elements. The workflow is 1) use ElementGraphicsOutput::Process to collect tessellated facets in...
View ArticleThe Generalization of Bentley-Ottmann Algorithm
Bentley-Ottmann Algorithm is used to determined the intersection point of a list of lines. However as mentioned here in Wiki, there are a few drawbacks:The algorithm assumes that line segments are not...
View Articlehow to get the triangle mesh information include (uvs) for each face of an slab
Hi experts, I have an requirement to get triangle mesh(include uvs for texture) for each 'face' of a slab box as bellow,this box has 6 faces, i want to iterate each face and get the face's triangle...
View ArticleDuring the generation of HelloWorldcmd.h,the compilation said"cannot open...
it will success by this way:But when I using VS2013 (started by administrator),it has the problem as follows:The version is MSCE Update4,VS2013And the development environment is like this:Microstation...
View Articlemicrostation mouse events
how to use mouse events in MicroStation Active (*.Dgn) File (.mvba) the following below events? or How to lock zoom Event in pan event the dgn element?1.Right and Left click 2.Double click 3.Mouse...
View Article[CONNECT C++] TextField::CreateForModel
TextField::CreateForModel (DgnECInstanceCR instance, ...);What is the DgnECInstance I need to pass? Is that a DGN model EC instance? How do I create such a thing?
View Article[CONNECT C++] Add DGN Model Name to Report
I'd like to add the active DGN model name to a Report. I'm looking at the ReportsExample delivered with the SDK What I'd like to see is a report of the Item Types defined by...
View ArticleFence clip/crop - v8.11.9.578
OS is Windows 10, Microstation version is v8.11.9.578I have placed a fence around an area of interest on a DGN drawing created by someone else. This drawing contains a topographic contour elevation...
View Articlehow to get each face information(points or brep construct the face) from a...
Hi all, I have a slab which is a box, i want to get the faces of the box? the box is as below, the dng file is attached, I am runing Microstation CE 10.7, programming with C++ and C#, I try to run...
View Article[V8i/CE C++] How to publish DGN with references to i-model
Hi,my question is about the best workflow in V8i, but I think the same can be asked for CE implementation, so I included both versions in the subject.I have DGN file with references (often) and more...
View Article[V8i] Should MDL developers uninstall Connect Advisor?
Hi folks,This is more of a discussion than a question. I noticed some time ago I couldn't load and unload my MA's cleanly during development. It seemed my resource file would get locked and only...
View Article无法访问include里Refcounted文件的::operator new(protected成员)
/*-------------------------------------------------------------+ | HelloWorld.cpp | +-------------------------------------------------------------*/ #include <Mstn\MdlApi\MdlApi.h> #include...
View Articleits possible to create shortcut for mdl Apps ??
its possible to create shortcut for mdl Application ?If yes,how can i do this !?Thanks In advance ~RKG~
View Article[MVBA V8i SS3] question about TrimSolidWithSurface
Hello All,I'd like to cut a smartsolid, I found TrimSolidWithSurface, it looks like meet my requirement. But I failed to run it.SetElementEnumerator = object.TrimSolidWithSurface (solid, toolSurface,...
View Article[Connect upd11 API] FPoint3d problem
Hello,I use VS 2015, windows 7 and Connect update 11I think there is a small problem with FPoint3dCompiler is complaining "ErrorC2036'Bentley::_fPoint3d *': unknown size"As far as I can see,...
View ArticleHow to create a solid between two shapes by MVBA
Hello All,There is a sloped shape A, shape B is A's projection on XY plane, I'd like to create a solid C between A and B.To do it manually, I created a solid by extrude B, and then used "replace face"...
View Article[Connect C# Addin] How can I get my own icon to a button on a ribbon?
How can I get my own icon to a button on a ribbon? Do I need a icon resource?The Ribbon is load to Microstation Connect Edition and works fine. I use a xml file for the ribbon. Here is a snippet of a...
View Article[CONNECT C++] Add DGN File Name to Report
I want to create a Report programmatically. The Report should have a column that displays the DGN file name where an Item is found. In a related question I found how to add a DGN model name to a...
View ArticleCE C++关于API问题
请问我在论坛里看到个API是mdlInput_simulateCursorMotion,但是我无论在C++文档还是在C文档都没找到其说明,请问有没这个API的说明。
View Article