I am trying to create an OrientedBox, but always get this error message.
error LNK2019: Verweis auf nicht aufgelöstes externes Symbol ""__declspec(dllimport) public: __thiscall Bentley::Ustn::PointCloud::OrientedBox::OrientedBox(struct _dPoint3d &…
Hi,
I'm currently working with mdlKISolid_getSurfaceElements() in order to split a Smart Solid. But it is throwing a stack overflow exception and finally crashes.I guess this is because of many BSpline curves present in that solid. Can someone help…
Hi All,
I have a Bspline Surface with a set of boundaries whose clockwise sense is set to "Solid". Is it possible through MDL API to get the equivalent set of boundaries on the same Bspline Surface whose clockwise sense is "Hole"?
Thanks &…
Hi,
I am getting the below error.Please help me to solve the issue
The error is
c:\Programfiles\Bentley\Micros2\Micors1\mdl\library\toolsubs.dlo : Unrecoverable errors detected. Output file not created.
BMAKE: call trace
Thanks and Regards…
I'm running a TCP server that communicates with another program in a second thread (boost). I'm trying to open a new design file from that thread by using the next command but it fails with an access violation. Opening files works from the main thread…
I'm hooking the SYSTEM_FILE_SAVE event (using mdlSystem_setFunction). I'm seeing something unexpected - frequently, when the user opens a DGN file, I'll see my callback fire immediately after opening completes. I would think there would be no changes…
Hi everybody,
I use the function mdlWindow_rasterDataDraw since my first development in MDL in 1995.
I recently upgrade my source code for V8i in C++ and I have problems with the colors that are displayed in the windows,(Red displayed in blue..…