Actually, we are having the encryption logic at the below function,
SystemCallback::SetFileSaveFunction -->DgnSaveReason::UserInitiated -->DgnPlatform::ProcessChangesWhen::AfterProcessing
In setSavefileaction system callback function, we were not…
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 &…
Is there a API to merge two files
Problem :
Need API to merge two DGN files or alternative method without using keyins
MicrostationDGNApp.CadInputQueue.SendCommand("DIALOG REFERENCE TOGGLE ");
MicrostationDGNApp.CadInputQueue.SendCommand(…
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…
Is there a API to import the level library
Problem:
Is there a API to import the level library which is correspond to the below key-ins??
MicrostationDGNApp.CadInputQueue.SendCommand("LEVELMANAGER DIALOG OPEN");
MicrostationDGNApp.CadInputQueue…
Problem :
1. If we change the font using api 'currentElement.AsTextElement().TextStyle.Font' , Redraw & Rewrite the element.
There is a displacement in the text location.
if we use the key-ins, or open manually and change the font. There is no…
Problem:
Need to know the API to change the Grid Aspect Ratio
Tried with the ActiveSettings but we have option to change ActiveSettings.GridUnits, and GridReferences and the same is achievable via key-ins
'MicrostationDGNApp.SetCExpressionValue…