[CONNECT C++] Issue with TextBlock->FindText() and TextNode Elements
I have encountered an issue with the use of TextBlock->FindText() when the TextBlock is from a TextNode element, The issue is obscure, and I am including a reproducible "test case". The testing...
View ArticleRE: [Connect SDK update 5] Errors when including PointCloudApi.h
Hi Artur,Just to be clear, I am using sdk update 5 and VS 2015Overview about my inlcuded Headerfiles and the order they are included.#include <Mstn\MdlApi\MdlApi.h>#include...
View ArticleRE: [Connect SDK update 5] Errors when including PointCloudApi.h
Hi Nenad,[quote user="Nenad Poljcic"]nd the order they are included.[/quote]Did you try to include PointCloudClipHandler.h before PointCloudApi.h?From your screen capture posted earlier it's visible...
View ArticleRE: [Connect SDK update 5] Errors when including PointCloudApi.h
Hi Janyes I did try and errors with OrientedBoxCR er gone but I have 21 errors know, mostly in PointCloudClipHandler.hHas anybody managed to include PointCloudApi.h without getting errors? If so, can...
View ArticleRE: Re: [Connect SDK update 5] Errors when including PointCloudApi.h...
Hi,In my first post I wrote that I used VS 2013. Jan suggested to move to VS 2015In reply I wrote that I would try and if still not working I would report a bug and that is why I wrote second post"2....
View ArticleRE: [Connect SDK update 5] Errors when including PointCloudApi.h
[quote user="Nenad Poljcic"]At I would know than that I am doing something wrong[/quote]I have not enough time to test it, but it seems more like wrong dependency between headers and in such case it...
View ArticleRE: [CONNECT C++] Issue with TextBlock->FindText() and TextNode Elements
[quote user="Bruce Reeves SRNS"]for each (ITextPartIdPtr textPartId in textPartIds)[/quote]That's a Microsoft non-standard language extension: This non-standard keyword is available in both C++/CLI and...
View ArticleRE: [CONNECT C++] Issue with TextBlock->FindText() and TextNode Elements
[quote user="Jon Summers"]A text node is a collection of text elements. They may appear to be multi-line but that is not a requirement. They may be co-linear, for example, if you want to construct a...
View ArticleRE: [CONNECT C++] Question about FontMaps
Could you clarify if you need to a.) list all known/available "system" MicroStation resource based fonts, and/or b.) list all MicroStation resource based fonts having been used in the current design...
View Article[CONNECT C++] Question about FontMaps
I'm dumping out a list of Font Names and Numbers in the DgnFile:extern "C" DLLEXPORT void ListAllFonts(WCharCP unparsed) { DgnFontNumMapP fontNumMap = DgnFontManager::GetDgnFontMapP(ACTIVEMODEL); //...
View ArticleRE: Regarding overlapping Geometry
Hi Sowmya, can you provide also example DGN file? It's not quite clear (at least for me ;-) if the "overlaping geometry" is one wrongly created complex element or there are more elements involved. With...
View ArticleRE: Regarding overlapping Geometry
[quote user="sowmya dantuluri"]Is there any MDL or C++ API to remove or heal such overlapping boundaries?[/quote]Without knowing more about structure of data it's hard to guess, but MicroStation in...
View ArticleRE: Microstation V8i
Hi Saravanan,[quote user="saravana kumar"]How to delete and create tagset in Microstation V8i using c.[/quote]mdlTag_createSetDefmdlTag_deleteSetDefI recommend to search MicroStation SDK help files,...
View ArticleRE: Regarding overlapping Geometry
Hi Jan,Thank you for the quick response. Please find the attached DGN file.(Please visit the site to view this file)
View ArticleRegarding overlapping Geometry
Hi,I have encountered one overlapping complex shape boundary in a Microstation file. Is there any MDL or C++ API to remove or heal such overlapping boundaries?Please find the attachements of...
View ArticleRE: Microstation V8i
One more note: Please read MicroStation Programming forum best practices for rules related to correct question subjets. To use "MicroStation V8i" is not good idea.Regards, Jan
View ArticleMicrostation V8i
Hi,How to delete and create tagset in Microstation V8i using c.Regards,Saravanan
View ArticleRE: Regarding overlapping Geometry
Because it's 3D file and the shape is in a generic position, it's a bit more complicated, but I guess creating the correct element using "region by flooding" should work (at least it works if done...
View ArticleRE: Regarding overlapping Geometry
Hi Jan, Thank you for the suggestion. Is there any way to detect these type of overlapping boundaries? Because it is not feasible to do this for each and every object. If we detect overlapping...
View Article