Hi Everyone,
I'm trying to create a simple VBA script that will place a fence on a certain view, and use place fence save to file to save it on a particular folder in projectwise.
I was able to do it by putting up microstation keyin commands but what…
Hi, I'd like to create a MicroStation add-in to export cells as separate fbx-Files. The provided DGN file show quite a lot of references, nested up to 4 levels. The cell library originally used is not provided. I think enumerating/scanning the cells …
Looking for some help in being able to open and either saveas or export a cit file into a jpeg. Please see the below examples of what I have tried:
[Bentley.MstnPlatformNET.AddIn(ApplicationType = MdlApplicationType.InitApp, MdlTaskID = "MicroStationAddinExample…
Hello ,
i want to automatic the DWG Export. My first idea where to record a Makro, looks fine but doesnt working.
I want to record: File --> Export --> DGN/DWG.. and then i choose DWG.
But the MacroRecorder doenst recognice the FileType (Filter…
Hi,
I have created a microstation macro that can search for all ".DGN" files in a specific folder that the user chooses. below is the code i have written to do so:
--------------------------------------------------------------------------------…
Thanks for that really helpful reply. I have attached the DGN file. Now please tell me! I have to extract each of the polygonal facets of the solid and extract the corners of each of the vertices and report to a text file.
Jan,
If I use,
myVertexList = theElement.GetVertices()
VBA Cries with the following message:
"Class does not support Automation or does not support expected interface'
Therefore, I used your suggestion, and coded the following:
Sub…
Good day.
I have a file that I received from a third party who uses a different seed file to me, and i need to use a particular seed file with it.
So I opened a new file, with the proper/desired seed file. Then I referenced the original drawing…