RE: [C++ V8i] Replicating the Facet Curve - Equal Chord Length method
I must have had a typo somewhere. Seems to be fine now. Thanks everyone
View Article[C++ V8i] Replicating the Facet Curve - Equal Chord Length method
Hi Everyone,I am looking to replicate the equal chord length method in the Facet Curve microstation tool.Currently I am using mdlBspline_computeEqualChordByLength() and specifying a chord length equal...
View Article[C++ CONNECT] mdlRaster_eventSynchronize
Hello,The V8 function mdlRaster_eventSynchronize doesn't exist in CONNECT. By what is it replaced?Regards,Patrice Poulain
View ArticleRE: [CONNECT C++] mdlTextStyle_setWidthFactor
[quote user="patr93"]The V8 function mdlTextStyle_xxx doesn't exist in CONNECT[/quote]Take a look at TextBlocks and ITextQuery, which form the core of text handling in CONNECT. It's hard work getting...
View ArticleRE: [CONNECT C++] mdlTextStyle_setWidthFactor
Thank you Jon. Yes, hard work... The other functions mdlTextStyle_xxx still exist Patrice Poulain
View Article[CONNECT C++] mdlTextStyle_setWidthFactor
Hello,The V8 function mdlTextStyle_setWidthFactor doesn't exist in CONNECT. Is it possible to replace that function bypStyle->widthFactor = Regards,Patrice Poulain
View ArticleRE: [V8i .NET] Element Tags Value as string with \1 issue
using double backslashes ".\\Rice Road\\CAM\\Camera 1\\160527_000932730_Camera_1.jpg" is setting the value as ".\Rice Road\CAM\Camera 1\\160527_000932730_Camera_1.jpg" At least this is better, but...
View Article[V8i .NET] Element Tags Value as string with \1 issue
I am using Element tags for storing file paths, however, I am noticing that \ followed by a number is causing some strange issues.For example with \1".\Rice Road\CAM\Camera...
View ArticleRE: Tags vs Text in Cells
Hi Barry,Jon brings up several valid points, and hands down he has much more experience with MicroStation programming and using tags than I do. His advice is very sound and certainly shouldn't be...
View ArticleRE: Tags vs Text in Cells
Code Syntax Highlighting[quote user="Matt Ashby"]One of these days I need to learn how to property cut and paste the code to these threads where it maintains the formatting[/quote]When you post code,...
View ArticleRE: [V8i .NET] Element Tags Value as string with \1 issue
[quote user="Maury"]".\Rice Road\CAM\Camera 1\160527_000930896_Camera_1.jpg"becomes".\Rice Road\CAM\Camera 1 527_000930896_Camera_1.jpg"[/quote]If you were writing C# then it's simple: the backslash is...
View ArticleRE: [V8i .NET] Element Tags Value as string with \1 issue
Hi Jon, This particular project is in VB.NET which should not be utilizing the escape characters.. Additionally, if it were reading all of the back slashes as an escape character, then none of them...
View ArticleRE: [V8i .NET] Element Tags Value as string with \1 issue
[quote user="Maury"] This particular project is in VB.NET which should not be utilizing the escape characters[/quote]Is the problem specific to a MicroStation AddIn? That is, do you get the same...
View ArticleRE: [V8i .NET] Element Tags Value as string with \1 issue
Hi Jon, Not sure I am understanding your question. The only time I get this problem is when setting the MicroStation tag value. In other cases, back slashes are not treated as escape characters in...
View ArticleRE: Setting a background image for dgn files
Different test result with me. I recorded a macro in MicroStation V8iSS4 and it does work. Code is as below:Code module:Sub Macro2() Dim startPoint As Point3d Dim point As Point3d, point2 As Point3d...
View ArticleSetting a background image for dgn files
Does any one know a way to set the background image for a dgn file through VBA? The image I am referring to is the background image that is specified through Settings=>Design Files=>Views when...
View ArticleRE: [V8.i C++ ss4] PointCloudHandler::GetElementRefs issue
My VS 2005 version info is as below:And my below code can run correctly under MicroStation V8iSS4.(Seems changing "pod size" to "pod file count" is better. Anyway, just a test)void scanPointCloudEx() {...
View ArticleRE: [C++ CONNECT] mdlRaster_eventSynchronize
What are you implementing in you CE code ? Have you tried to rewrite your Raster code with DgnRaster class ?
View ArticleIssue when setting level from level library ...
We have discovered the following problem:In our environment (Microstation V8i (SELECT Series 3) - Version 08.11.09.459) we have got several VBA programs in place which support the users to create...
View ArticleRE: [V8.i C++ ss4] PointCloudHandler::GetElementRefs issue
Viz Studio 8.0.50727.867 has service pack 2 (SP2) installed.
View Article