RE: [CONNECT, C++] Setting of view independent status in TextblockProperties
[quote user="Peder Frandsen Jakobsen"]tbProps->SetIsViewIndependent(true);[/quote]If you omit that line, does the text appear as expected: correct origin & rotation?Do other functions e.g....
View ArticleRE: [V8i C++] Detecting SELECTSeries 3 at run-time
Well I've found a workaround that will have to do for now. It's a bit of a kludge but it does seem to work. This has the advantage of being defined in the configuration file, so it can resolve SS2 or...
View Article[V8i C++] Detecting SELECTSeries 3 at run-time
In the past I have delivered my application for 3 main MicroStation versions: V8i, XM and 2004.Since these need to be compiled separately, I have a different path for each of them that is defined at...
View ArticleRE: [CONNECT, C++] Setting of view independent status in TextblockProperties
Hello, I found it was related to DGN files. In one DGN file, view independent text works well but in another file, it doesn't work.When you dynamically rotate view, the text is view independent, but...
View Article[V8i MDL] Version Information
MDL functions mdlVersion_xxx get a version number and store it in struct VersionNumber or struct VersionNumber16. Those structs are defined in header file basetypes.h.Confusingly, header file system.h...
View ArticleRE: [V8i VBA] SetActiveDepthByPoint - doesn't work
Hi,Using VBA you may want to use the method .ActiveDepthDistanceFromGlobalOrigin.This method refers to the MicroStation´s Active Depth commands set and display.Here an example to modify active depth of...
View ArticleRE: [V8i VBA] SetActiveDepthByPoint - doesn't work
Still doesnt' work. What I've just realized that if I use method SetActiveDepthByPoint and then will try to set out active depth 'manualy' using MS function, plane which show Active depth is starting...
View ArticleRE: [V8i VBA] Finding Tangent Vector of point on an element
Hello Barry,I wrote an example for your purpose. It works well.Sub PlaceCellAlongBsplineCurve() Dim oBCurveElem As BsplineCurveElement Dim oBCurve As BsplineCurve Set oBCurveElem =...
View ArticleRE: [V8i C++] MstnElementSetTool and use of USES_DRAGSELECT_Line
[quote user="Bruce Reeves SRNS"]When using "USES_DRAGSELECT_Line", are the "intersections" (locations where DRAGSELECT_Line cross the selected elements) stored as part of a HItPath? If so, can (and...
View Article[V8i C++] MstnElementSetTool and use of USES_DRAGSELECT_Line
When using "USES_DRAGSELECT_Line", are the "intersections" (locations where DRAGSELECT_Line cross the selected elements) stored as part of a HItPath? If so, can (and how) those locations be...
View ArticleRE: [v8i MDL] Switching off the default lighting option of view
[quote user="Yongan.Fu"]Have you tried the view flag "ignoreSceneLights" ? It should be the bit to control turning on/off of Default Lighting.[/quote]Thank you so much Yongan. :) This works fine.There...
View ArticleRE: [V8i MDL] Why can't I measure the volume of these Elbows?
[quote user="Brien Bastings"]You'll need to convert it to a type 19[/quote]I don't see a function mdlSurface_convertToSolid, so what approach do you recommend? I guess that it needs end caps as well...
View ArticleRE: [v8i MDL] Switching off the default lighting option of view
[quote user="Sedat Alis"]1. If View Attributes window is open, default lighting option update is only visible when you reopen View Attributes dialog[/quote][quote user="Sedat Alis"]4. Icon of Default...
View ArticleRE: MDL Loader Error
Hi Fidel,I recommend you to post this question in the MicroStation programming Forum also review this wiki article RegardsMaria Garcia
View ArticleMDL Loader Error
Hello ,I've Compiled ManageToolExample.dll from the SDK. But once I try to run it in Microstation Connect I get Error Message "MDL Loader: Could not load application"Could someone help me out with a...
View ArticleRE: MDL
[quote user="Fidel Escalante"] I've compiled ManageToolsExample.dll from the SDK example[/quote]Did you open a developer shell and run MicroStationDeveloperShell.bat? Did you build the project from...
View ArticleRE: [v8i MDL] Switching off the default lighting option of view
[quote user="Jon Summers"]Sedat Alis1. If View Attributes window is open, default lighting option update is only visible when you reopen View Attributes dialogSedat Alis4. Icon of Default Lighting on...
View Article[v8i MDL] Switching off the default lighting option of view
Hi,How can I switch off default lighting options on View Attributes screen? I can't find it in view flags.
View ArticleRE: [CONNECT C# Addin] LevelHandle.Name throws Access Violation
I'll need to look into that a little deeper to make sure I'm handling that situation. In this specific instance I'm scanning graphical elements only and the element that is having problems is a text...
View Article[CONNECT C# Addin] LevelHandle.Name throws Access Violation
I'm using the following code to determine the level name of an element. The code is encountering a System.AccessViolationException when I use the LevelHandle.Name to retrieve the level name. Works fine...
View Article