SDK option not found in Deliverable Type while trying to download...
I want to download microstation SDK for v8i but SDK option not found in Deliverable Type while trying to download microstation SDK.
View Article[Microstation V8i Select series 4] mdlKISolid_faceData()
Hi All,I am trying to use the below MDL API to get the data from a face. I have got this face with a smart solid using the API mdlKISolid_getFaceList(). I use C++ language. mdlKISolid_faceData(...
View ArticleHow to scan forparametric cells?
Hi,To scan a drawing for all cells I use: ElementScanCriteria scanCriteria = new ElementScanCriteriaClass(); scanCriteria.ExcludeAllTypes();...
View ArticleHow to move the attachment using c#?
Hi all, I am using Microstation v8i with c#. I have two points base and target points. I try to move the attachment from base point to target point used by the below codingprivate static...
View Article[CONNECT] Unknown resource type xAtl
I've done something wrong while editing my dialog resource. I'm seeing this message:### Error: Duplicate: File=(G:\PROGRA~1\Bentley\MICROS~2\MICROS~1\mdlapps\AreaAnnotator.ma), TypeId=('xAtL')...
View ArticlemdlIntersect_allBetweenElms problem
Hi, I'm programing in C# (visualStudio) and microstation V8i and I trying to use a mdlIntersect_allBetweenElms function and when I execute my program, I can get a vertex that intersect between two...
View Article[CONNECT U8] Is MSIconDescr the replacement for...
A prior message said "A replacement for IViewManager::LoadSpriteFromRsrc is scheduled for update 6" We're now on Update 8. Defect 569256....
View ArticleFence Get contents method consuming more time?
Hi all, I am using Microstation V8i ss3 with c#. I used the fence method for the dgn elements and reference elements as well. It's working fine but it consuming more time please any one tell...
View Article[CONNECT U8] mdlViewManager_loadSpriteFromRsrc() and...
Prior to CONNECT, I used to load a Sprite this way: int iconID=101; HINSTANCE myDll=GetModuleHandleW(L"srs_featPlcV2"); m_oSpriteP = ISprite::CreateFromIconResource( iconID, myDll );...
View Article[CONNECT C++] How to compile CONNECT MDL app NON-Debug?
It seems that the default API setup (from MKI files) is to compile CONNECT C++ source with the /MD compiler switch which specifies debug code. I've been searching through MKI files for most of the day...
View Article[Connect C++] API to remove hierarchy inside models and calculate correct...
I am not sure if there is such capability in toolkit API but I want to ask since the platform API gives me many surprises till now. Say I have a MicroStation file within it is a 2D model, it could have...
View Article[CONNECT C++] ECReportNode display label
Class ECReportNode has a GetDisplayLabel() method. However, there is no way that I can see to set that display label.
View Article[V8i SS4] Anyway to dynamically add tools to Task dialog?
I have searched the forum and found suggestions about using dgnlibs but this will not help in my case. I'm looking for a way to do this programmatically at runtime.I have gone through Named Tools MDL...
View Article[CONNECT C++ U8] View Decorations
Now that CONNECT has the ability to load a "sprite", I'm trying to implement a view decoration that we use in V8i. It works - sometimes. The sprite always displays in view 0, but will "most" time NOT...
View ArticleHow to speicify the keyin comands for C++/CLI addin for Microstation Connect...
Hi Expert, I am new to Microstation addin develop, and i need to implement an simple addin(C++/CLI) for some functionality, currently i have follow some blogs to create an C++/CLI addin for...
View ArticleMicrostation V8i C++ SDK
I have installed the SDK “mssdk081109829en.exe”. The Microstation Programmer’s guide states that “Three wizards are included with the SDK that work in Visual Studio (2005 through 2010) to help...
View Article[ MicroStation V8i mdl ] question about MicroStation Console Window
Hello world,Is there a way to access the MicroStation Console Window from mdl? I would like to minimize it.For a moment I thought it is a dialog, findable by mdlDialog_find (using...
View ArticleMDLwizard not shown in visual studio
After installind microstation SDK, I cannot find any wizard in visual studio.Please help anyone. I need to buid a project with mdl application.
View ArticleMVBA script on Aecosim
Hi All, Following up on a question i posted lately on the Aecosim BD forum, you can find it under the title 'scripts-add-ins-for-aecosim-building-designer'.I don't have access to Aecosim SDK so i have...
View Article[CONNECT C++] convert a smart solid to 2d plane by calling ConvertTo2d(), the...
Hi Experts,I have a model with a brep (such like a smart solid), when I convert it to 2d plane by calling void Handler::ConvertTo2d(EditElementHandleR eeh, TransformCR flattenTrans, DVec3dCR...
View Article