Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Browsing all 7260 articles
Browse latest View live

RE: [CONNECT .NET] MstnPlatformNet Forms Classes

True. We need to try to remember to enter the form code editor and comment out the Bentley Adapter class and inherit from System.Windows.Forms.Form class. Now we can use the form designer, makes...

View Article


RE: [V8i - VBA ] Text without textstyle shows active text style property

Hi Remy,dimension styles behave a litte bit different than text styles, also recorded VBA code could be used to activate dimension style "None".Please try these lines of code:CadInputQueue.SendCommand...

View Article


RE: [CONNECT .NET] MstnPlatformNet Forms Classes

I just switch my build to a custom "Design" configuration which defines DESIGN and created this custom class#if DESIGN public class MsForm : Form{ private void AttachAsTopLevelForm(TopoDOTApp myAddin,...

View Article

RE: [CONNECT C++] Question about FontMaps

No. Still no results for any Resource font used.

View Article

Image may be NSFW.
Clik here to view.

[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 Article


RE: [Connect SDK update 5] Errors when including PointCloudApi.h

Duplicate Post?

View Article

RE: [Connect SDK update 5] Errors when including PointCloudApi.h

Did you try to analyse header files? Your error list does not provide enough information, because it's not clear in what header file(s) the errors arised. PointCloudApi.h is an "entry point" only that...

View Article

[Connect SDK update 5] Errors when including PointCloudApi.h

Hi,My system is windows 7, VS 2013, VS 2015, NO clr supportI get same 11 errors, VS2013 and VS 2015 when including PointCloudApi.hSame errors has occurred in update 1,2,3 and 4Error list:Error 9 error...

View Article


RE: [CONNECT .NET] MstnPlatformNet Forms Classes

[quote user="Marty Robbins"]We do not have this issue with the WPF designer. We could even use Blend.[/quote]It's exactly the reason I plan to don't use WinForms for CE development at all. A separation...

View Article


RE: [CONNECT .NET] MstnPlatformNet Forms Classes

[quote user="Maury"]I just switch my build to a custom "Design" configuration which defines DESIGN and created this custom class[/quote]I agree it's quite elegant solution. I use the same approach (to...

View Article

RE: [CONNECT .NET] MstnPlatformNet Forms Classes

I agree. WPF is my preferred method for similar reasons. Best Regards, Marty

View Article

RE: what is the best way to delete everything in a file except visible...

Hi Ken,[quote user="Ken Adams"]But in years past that has not been the most reliable technique for me if the drawing has had any corruption in it.[/quote]Well, if data are corrupted, no code can work...

View Article

RE: what is the best way to delete everything in a file except visible...

In addition to Jan's comments...[quote user="Ken Adams"]I would prefer something that would scan what I want to delete. Or is there a better way to accomplish this?[/quote]How many times are we asked...

View Article


what is the best way to delete everything in a file except visible elements...

I am looking to remove everything in a dgn file except what is visible in view 1. It looks like mdlScanCriteria_setViewTest will scan what I want to keep.And then I suppose I could create a new file...

View Article

Image may be NSFW.
Clik here to view.

RE: [Connect SDK update 5] Errors when including PointCloudApi.h

Hi,   "Did you try to analyse header files?"Yes I did. As I wrote, errors have occurred in all updates and I have tried and analyzed everything I could think off.     "Also, did you try to include...

View Article


RE: [Connect SDK update 5] Errors when including PointCloudApi.h

Hi,the Defect #64166 is not yet fixed with Update 5.The error messages related to "OrientedBoxCR" could be caused by including PointCloudClipHandler.h, but without including previous...

View Article

Image may be NSFW.
Clik here to view.

Re: [Connect SDK update 5] Errors when including PointCloudApi.h...

Artur,Take a look for OrientedBoxCR on communities. You should find:1. A 2nd thread on the same topic posted by the same user within a couple hours of the first/this.2. An older issue with the same...

View Article


RE: [V8.i C++ ss4] API to get list of Point Cloud presentation style list

Hi, Unfortunately, the API for that is not public in the SDK. Dan

View Article

Image may be NSFW.
Clik here to view.

[V8.i C++ ss4] API to get list of Point Cloud presentation style list

Hello,i'm using Microstation V8.i ss4 C++ sdk.Is there a way to get dynamically Point Cloud presentation style list ?In this example, i will get the following list :Couleur RVB, Intensité, Elévation,...

View Article

RE: [V8i - VBA ] Text without textstyle shows active text style property

Even If i would have preferred not to use SendCommand, yes it works. I just had to replace "none" by the translation Many thanks Artur

View Article
Browsing all 7260 articles
Browse latest View live