Forum Post: Re: Move view to second application window by macro / VBA
Hi,Thanks Robert, now its more clear what´s happen in this macro :)Now I will try to add all other needed settings like view attributes and design file settings to my macro.For the view attribute I did...
View ArticleForum Post: Re: DWG files just will not open.
I uninstalled & reinstalled and all seemed to work ok again.Thanks for your replies.
View ArticleForum Post: Re: A Section created using Section Wizard can't be viewd in 3D...
it's now working with me too, so weird!!anyway, thanks a lot Shayan =')but If you have a look to the model after running analysis, why the beams which has a special section which I created are not...
View ArticleForum Post: Re: Exporting 3D Objects from DGN to Creo Elements
And here's the bad, bad and bad news:1. Import this very simple bird to Microstation (STEP format).See any engine combo? No...because some translation havoc occurs and engines are some miles apart from...
View ArticleForum Post: Member failing for small loads
i've attached this staad which i did a 3 floor platform. eventhough there are only minimum loads few members fail. i tried providing a support at those places,but i couldnt make it pass. So is there...
View ArticleForum Post: Re: creating floor plans in ABD
QuickstartAccudrawHypermodeling2d details in 3d space
View ArticleForum Post: Re: [V8i] Cannot rotate a element by 3 points method
Element means lots of things including dimension. Because of the length is zero, so it cannot be rotated normally? Lol...... strange. I don't want to give a leaderline
View ArticleForum Post: Re: ABD to Revit
If Mstn would only provide multiple active Refs... it would make modeling anything so much easier ... with or without parametrics"If you're in a session of MicroStation and have, say, 30±40 files that...
View ArticleForum Post: Re: Error in Bmake while compiling
Great Thanks to all of You for Your help and support!Finally, I compiled examples. I still coudn't compile my example, but it's another story. One more time THANK!
View ArticleForum Post: Re: Problems arising with defining and retrieving .Value from...
I have the same exact issue in SS3. I'm trying to read the Tag Value from within MS Excel 2010, and we get an automation error. I've done this within Microstation SS3 many times, and the Tag value...
View ArticleForum Post: .572 crash when setting out slabs
Couldn't set out slabs anymore with AECOSim .572.After some bughunting it was clear that the problem was related to .rsc files in the /data folder. The solution was to delete all .rsc files in that...
View ArticleForum Post: Re: How to export ism.dgn to Frameworks (microstation Intergraph)?
Yes, many thanks.I did what you suggested but had no success.It drives me to think that the problem was that my file is V8while my microstation (Intergraph) version only reads V7.What I did?I opened...
View ArticleForum Post: Re: Is it possible to query which Real DWG is loaded during a...
FYII put together this quick VBA to use this information:Sub checkRealDWGVersion() Dim RealDWGVersion As String Dim msgCenterResponseArray As Variant CadInputQueue.SendCommand ("Version")...
View ArticleForum Post: Re: [v8i VBA] Reading Message Center Response to a Key-in
I already came up with a solution. Here it is:Sub checkRealDWGVersion() Dim RealDWGVersion As String Dim msgCenterResponseArray As Variant CadInputQueue.SendCommand ("Version")...
View ArticleForum Post: Re: ism.dgn exported to Frameworks (microstation Intergraph)
The reality with FrameWorks is that you're only going to be able to get them in intelligently through CIS\2 or SDNF . If you're solids are from a Triforma based product like AECOsim then you've got...
View ArticleForum Post: Re: OPPID : multiple models
Currently OPPID does not support multiple models. Please file an enhancement request with TSG.
View ArticleForum Post: Re: InRoads SS3 - can not load a gpkDgnAT.2.0.dll
I use AutoHotKey to make an Icon that when clicked, opens a little popup menu with a list of Bentley Programs to select to run. In the menu source, I have two items for MicroStation - one loads it with...
View ArticleForum Post: Re: [V8i C++] CReating a PopunMenu using IPopupMenuManager
Yes. the compiler doesn't complain with either approach (public IPopupMenuProvider or struct {} ). The problem is the linker. I'm linking...
View Article