RE: Is it possible to make View Attribute changes using...
[quote user="Matt Ashby"]Within an Excel file, I wrote the following VBA code and performed a test:Case A ---- o.Visible = True Case B ---- o.Visible = FalseFor Case A, the time was 8.1 seconds, for...
View ArticleRE: Is it possible to make View Attribute changes using...
Hi Barry,My test code in my previous post was very, very basic and did nothing more than open a file found on the server. The only variation that I had was whether to keep the new session of MS visible...
View ArticleRE: Is it possible to make View Attribute changes using...
Sounds like a handy switch.You cant use ODFFP for this operation as it results in the following errorODF is still quite fast so at least we have got the solutions we need.
View ArticleRE: Is it possible to make View Attribute changes using...
Darn. That stinks. I am not familiar with that error code, and truth be told I have only done several VBA programs with Tags. Most of these were to tag objects in a base file to then use with other VBA...
View ArticleRE: Is it possible to make View Attribute changes using...
[quote user="Barry Lothian"]Sounds similar to my Excel VBA Macro that I've been updating recently which I use to read and write Titleblock tags[/quote]FWIW FlexiTable™ has tag capability.FlexiTable can...
View ArticleRE: Is there a way to create a .lib library using Bentley's Make files?
Can a Bentley Developer please help me create a .LIB file using a make file? Thanks, Al
View ArticleRE: Is there a way to create a .lib library using Bentley's Make files?
Actually before you use bmake to create a DLL, it has an existing created LIB file in a temporary folder. Please see my bmake process as below: HTH, YongAn
View ArticleRE: [V8.i C++ ss4] PointCloudHandler::GetElementRefs issue
Hello Cyrille, Can you make sure you are using VS2005+SP1 as your compiler and linker ? I seems remember other VS versions will arise an issue when you call Point Cloud related API. HTH, YongAn
View ArticleRE: Is there a way to create a .lib library using Bentley's Make files?
[quote user="Al Germolus"]I would like to get them built in a ".LIB" library for MicroStation Connect. How can I do this using a Make file?[/quote]When you build a C++ native app. using bmake (Bentley...
View ArticleIs there a way to create a .lib library using Bentley's Make files?
We have written a lot of library functions that were in a .ML object library for Microstation V8/V8i.I would like to get them built in a ".LIB" library for MicroStation Connect. How can I do this using...
View ArticleRE: Is it possible to make View Attribute changes using...
[quote user="Matt Ashby"]Hi Barry,I performed a little test, and although it is not "apples to apples", the ODFFP method does work with modifying text within cells for multiple models within a single...
View ArticleRE: Tags vs Text in Cells
Misunderstanding: Tags vs Item Types[quote user="Barry Lothian"]I understand Tags no longer exist in Connect and are replaced with Item Types[/quote]Tags continue to exist in MicroStation CONNECT. The...
View ArticleRE: [C++ V8i] Replicating the Facet Curve - Equal Chord Length method
Hello Muary,I use the below test code can reproduce what Mstn tool does.extern "C" int mdlBspline_computeEqualChordByNumber ( Dpoint3d *pointsP, /* <= chord points with length of numSeg+1 */ double...
View ArticleRE: Tags vs Text in Cells
Hi Jon, thanks for the explanation, sounds somewhat like parameters in Revit. Not sure when I'll get on to Connect but by the time I do hopefully Item Types will be supported in VBA.
View ArticleRE: [C++ V8i] Replicating the Facet Curve - Equal Chord Length method
[quote user="Maury"]Function is referenced in the dll, and the lib is linked[/quote]Show us your bmake file. Perhaps there's a typo.YongAn's example shows that you should be able to build successfully.
View ArticleRE: Tags vs Text in Cells
[quote user="Matt Ashby"]Is there some inherent advantage with using tags?[/quote]Yes! Tags are defined formally in a tag set. Text is just text. MicroStation and programming tools let you do things...
View ArticleRE: Tags vs Text in Cells
[quote user="Jon Summers"]Editing a Title BlockUsing tags, you search for the tag whose name is revision_no (or whatever you named it). Then you update the value of that tag to contain the new...
View ArticleRE: Tags vs Text in Cells
[quote user="Barry Lothian"]Model name (Cell name) equivalent to what the text represents and contains 1 text element per cell[/quote]That could work, but has disadvantages...Non-standard: nobody else...
View ArticleTags vs Text in Cells
This thread is a continuation from this thread where a discussion was raised as to the benefits of Tag Elements vs Text in Cells (either nested cells within parent cell or each text element with a...
View ArticleRE: [V8.i C++ ss4] PointCloudHandler::GetElementRefs issue
Thanks for you help. I try to use modelRefP->GetDgnCache () but it does not solve the issue. I use Microsoft Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600) I have a more detail about...
View Article