Hello everyone,
This discussion is not new but still, I am not getting things in place even after looking at several threads here. I so thought to post a new one.
I'm facing some challenges in achieving a specific task using Microstation CE and…
Hello,
I am trying to change the Text of a cell with the Microstation C++ Api.
The Code I am using is working well on normal Text Elements. But in a Cell the "ReplaceInModel" returns an Error (69645)
void TextTool::textChange(EditElementHandleP…
Hii All,
I am new to microstation development. I am using C#.net and Visual Studio 2010.
I want to do offset of a center line in both side and draw sections in a certain interval to the centerline.
Would anyone help me to do this without using cadinputque…
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 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 &…
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…