RE: Measure of distances in VBA
[quote user="RodWing"]I wrote a VBA tip a few years ago on one way to handle it[/quote]Good tip!MicroStation VBA has functions that do something similar for the UDTs. For...
View ArticleRE: Measure of distances in VBA
[quote user="Jon Summers"]RodWingI wrote a VBA tip a few years ago on one way to handle itGood tip!MicroStation VBA has functions that do something similar for the UDTs. For...
View ArticleMeasure of distances in VBA
Hi everybody again ,I have a doubt that may be anybody can help me:When I have two elements connected between them vertex to vertex or vertex to any point of the another line , the distance must be = 0...
View Article{C++} Boost QVM
Boost QVM: Quaternions, Vectors and MatricesI see that Boost 1.62 adds a new geometry module: QVM.Boost is C++, so QVM offers a possible route to high-performance computations as an alternative to the...
View ArticleRE: Measure of distances in VBA
Thank you very much , I think that I can use the function you have posted "IsPointOnLine" to determinate if a Point is connected to a line , but if the precision of the distance between point and line...
View ArticleRE: Measure of distances in VBA
[quote user="Xavi García Maranges"]If the precision of the distance between point and line is the precision of the value of the variable Zero I'm with the same problem ...[/quote]ZERO is defined as a...
View ArticleRE: Measure of distances in VBA
Yes Jon , I know it , but I supose that the value of constant zero is a value defined to determinate the minimum value of zero ... and in My macro If I define more small value of zero I will no detect...
View ArticleRE: Measure of distances in VBA
[quote user="Xavi García Maranges"]I suppose that the value of constant zero is a value defined to determinate the minimum value of zero ... and in my macro If I define more small value of zero I will...
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 ArticleRE: [V8i C++] How to rename reference files via MDL/Api
[quote user="Artur Goldsweer"]mdlRefFile_reattach should be the MDL function you are looking for.[/quote] I'll give that a try. My concern is if the "reattach" will "remember" existing clip boundaries,...
View ArticleRE: Measure of distances in VBA
jajaj it's true , but I have been programming during any years Joan !!! I know what you say ... but I'm new in world of cartography ... Thanks again !!
View ArticleRE: Attributes Bylevel in VBA
[quote user="Xavi García Maranges"]Is there any way to find the attributes of a element ( that are defined Bylevel , value -1) without know the level_name or level_code?[/quote]An element's symbology...
View ArticleAttributes Bylevel in VBA
Hi everybody again ,Please , one question that may be anybody can helps me :If I wan't to read the attributes ( Color , type , style , weight) of a element in VBA for Microstation V8i , I have seen...
View ArticleRE: VBA and Reading DMRS Linkages - Can it be done
[quote user="Mark Gosine"]I need to read the HEX words from a DRMS linkage[/quote]DMRS was Intergraph's method of attaching business data to graphic elements in IGDS. It predates relational databases....
View ArticleVBA and Reading DMRS Linkages - Can it be done
I need to read the HEX words from a DRMS linkage. I've always dealt with creating my own msLinks using 'Dim oDBLink As DatabaseLink' for 16 years.However, I have the decoder ring from the vendor to...
View ArticleRE: Macro help
Hi Kamil, as a part of the migration from old MicroStation (but V7 is not SE) your macro should be (I'd like to say it has to be) rewritten from MicroStation BASIC to MicroStation VBA. MicroStation...
View ArticleRE: Macro help
Hi Jan Thank you for having responded to my question. Macro I wrote a long time ago with the help of friends. The code is simple, because my knowledge of programming is also limited. Points are defined...
View Article[V8i MicroStationAPI] ElementFacetOptions
I'm passing a class that inherits from ElementFacetOptions to my ElementGraphicsProcessor. I need a custom version because I want the facetiser to produce triangles, so I do this...class CMyClass:...
View Article