RE: CreateTextElement1 Issue
No, it's not that. I have done a test creating and openning a file for programm and writing there some texts and works fine. I am very lost, I don't know what more to test
View ArticleRE: Procedure to search the value from the Excel in a Microstation files
Yeah, I need an Excel macro That will call MicroStation. Any suggestions? Regards, M k
View ArticleRE: Procedure to search the value from the Excel in a Microstation files
Hi,[quote user="M k"]Any suggestions?[/quote]I am not quite sure what suggestion do you expect. In my opinion the article mentioned by Jon provides introductionary information how to call one...
View ArticleRE: CreateTextElement1 Issue
Could you zip and post a simplified (least steps to reproduce with exiting logging) copy of your source code module and "clean" solution for us to review and test with? Although the solution provides...
View ArticleCreateTextElement1 Issue
I have C# code that works fine since Microstation V8 to Microstation V8i but in new versión Microstation PowerDraft Connect 10.00.00.52 or updated one, 10.02.00.39, not:Point3d tipoDePlanoPoint = new...
View Article[CE C#] Sizing problem of Toolbar by WPF
When I was trying to play how to use WPF to create a toolbox with VS 2015 Tools for MicroStation CONNECT Edition , I found that I couldn't fix or change the Window size. Glad if someone could provide...
View ArticleRE: CreateTextElement1 Issue
Hi, I'm going to continue the thread started by my co-worker Ángela Alonso. I will try to issolate the code, but it's a lot of work becouse it's a .dll who is used by other .dll that contains the main...
View Article[V8i MicroStationAPI] Facetting Anomaly
[View:/cfs-file/__key/communityserver-discussions-components-files/343173/Sakhalin_2D00_MPQ_2D00_irregular_2D00_solid.dgn:117:0]The attached DGN file default model contains an anomalous type 19 green...
View ArticleRE: CreateTextElement1 Issue
(Please visit the site to view this file)Well here I am with good and bad news.In the posted file you'll find a very simplified .NET project (Visula Studio 2012), a .bat to register the .dll, a .mvba...
View ArticleRE: CreateTextElement1 Issue
Is your Application In-Process or Out-of-Process?[quote user="Jairo Martínez Fernández"]You'll find a very simplified .NET project (Visula Studio 2012), a .bat to register the .dll, a .mvba to run the...
View ArticleRE: Procedure to search the value from the Excel in a Microstation files
My MicroStation VBA knowledge, very basic, like my English.The values that I have to look for are texts.An example of what I would get:(Please visit the site to view this file)Regards,M k
View ArticleRE: Procedure to search the value from the Excel in a Microstation files
[quote user="M k"]My MicroStation VBA knowledge is very basic[/quote]Then I suggest that you break your project into manageable pieces...Figure out how to search for text in MicroStation using VBAHow...
View ArticleRE: [V8i C++] Introvert Torus has Zero Volume
The red sphere is a circle revolved about itself (self-intersects). The V8i measure code isn't prepared for this, MicroStation Connect is more tolerant.
View Article[V8i C++] Introvert Torus has Zero Volume
[View:/cfs-file/__key/communityserver-discussions-components-files/343173/spherical_5F00_tank_2D00_simplified.dgn:235:0]The attached DGN file's default model shows a small number of solid elements....
View ArticleHelix method generates inconsistent B-Splines
I am using the Helix method and CreateBsplineCurveElement1 to create a helical curve. I create, for example, a helix with start and end radius of 1, a start point of {1,0,0} and an axis from {0,0,0} to...
View ArticleRE: [V8i MicroStationAPI] Facetting Anomaly
This is a scaled extrusion (either the x or y scale was 0, with the other scale .5). What do you mean by don't form triangles...I can certainly see getting degenerate triangles from the top profile...
View ArticleRE: Helix method generates inconsistent B-Splines
Jon,I am using V8i version 08.11.09.459I am accessing the API through .NET linked to Mathematica so my code wouldn't be of much use to most, but here is a modification of the relevant parts of the...
View ArticleRE: [V8i MicroStationAPI] Facetting Anomaly
[quote user="Jon Summers"]20 is not divisible by three, so it's not a set of triangles.[/quote]Depending on how the points are indexed, it doesn't have to be...-B
View ArticleRE: [V8i MicroStationAPI] Facetting Anomaly
[quote user="Brien Bastings"]Depending on how the points are indexed, it doesn't have to be...[/quote]My class that inherits from ElementFacetOptions contains...virtual int GetMaxPerFace () { return 3;...
View ArticleRE: Helix method generates inconsistent B-Splines
[quote user="D C"]I am accessing the API through .NET linked to Mathematica ...[/quote]Impressive!However, I suggest that you initially write your code in MicroStation VBA, using the MicroStation VBA...
View Article