RE: [V8i - MDL/CPP] Bug in mdlPattern_addAssociative in V8i SS4 (8.11.09.832)
[quote user="Sunand Sandurkar"]I copied your code as-is and was able to place hatches successfully[/quote]In which version of MicroStation? This problem seems to be strongly related to version.
View ArticleReading coordinates - vba
in my design file settings:Format is MU:SU:PUmaster unit: MilesSub Units: YardsAccuracy: 1/8below image is of the information from cell property;But while taking the coordinates thru vba : Debug.Print...
View ArticleRE: [V8i - MDL/CPP] Bug in mdlPattern_addAssociative in V8i SS4 (8.11.09.832)
I tried it in my debug build of MicroStation V8i Ss4, which should be close to the build this issue was reported in (08.11.09.832).
View ArticleRE: [V8i - MDL/CPP] Bug in mdlPattern_addAssociative in V8i SS4 (8.11.09.832)
Hi Sunand,I'm VERY surprised that you can attach the pattern with the code listed. As Jon points out the problem is strongly related to version. Please check the code on the released version.The reason...
View ArticleRE: Reading coordinates - vba
User PropertyHandler...Sub PropertyList() Dim oEl As Element Set oEl = ActiveModelReference.GetElementByID(DLongFromLong(667)) ProcessElement oEl End SubPrivate Sub ProcessElement(el As Element) Dim i...
View ArticleRE: [v8i mdl] Is there a API which can unroll a surface?
Hi, in my opinion there is no such MDL function available. In fact the question is how the mentioned tool works internally, because a far as I know there is no general algorithm available that can...
View Article[v8i mdl] Is there a API which can unroll a surface?
Is there a API which can unroll a surface,like the picture show.
View ArticleRE: [Connect VBA] Problem with rotation matrix3d
Hi,I have tried to understand what exactly happens, but a couple of variables are not defined within the code snipped, so it´s a lot of assuming.So I tried to reduce the problem and created my own code...
View ArticleRE: Reading coordinates - vba
This is a duplicate thread. The verified answer to the question is VBA method DoubleToWorkingUnits.
View ArticleReading coordinates - vba
in my design file settings:Format is MU:SU:PUmaster unit: MilesSub Units: YardsAccuracy: 1/8below image is of the information from cell property;But while taking the coordinates thru vba : Debug.Print...
View ArticleRE: [Connect VBA] Problem with rotation matrix3d
Hi, The complete macro is uploaded at www.filedropper.com/placedistance We use this macro to put distance on the property boundaries of a parcel of land on a measurement plan. With this we need to...
View ArticleRE: I need the Microstation SDK from the bentley download page. compatible...
Please use the following link to download the most recent: MicroStation V8i MDL SDKHTH,Bob
View ArticleI need the Microstation SDK from the bentley download page. compatible with...
I have a user that has the following request. “I need the Microstation SDK from the bentley download page. compatible with MicroStation V8i - 08.11.09.714”
View ArticleRE: [v8i mdl] Is there a API which can unroll a surface?
how can i use CGAL to do this job?can you give me a example,thank you very much!
View ArticleRE: [v8i mdl] Is there a API which can unroll a surface?
Hi,[quote user="jianping ding"]how can i use CGAL to do this job?[/quote]I used CGAL as an example only, because it's I guess one of the most famous open source free 2D and 3D algorithm library. The...
View Article[CONNECT MicroStationAPI] mscompge.fdf duplicate #define
I notice that header file mscompge.fdf starts with a duplicate #define...#pragma once #include "mscompge.h" BEGIN_EXTERN_C #define POLYFILL_EXTERIOR_EDGE 0x01 #define POLYFILL_EXTERIOR_EDGE 0x01 The...
View ArticleRE: [V8i C# MDL] How do I marshal a MDL structure in C#
Hi Darren,I know this question is from a long while ago, but maybe this can assist someone having the same problem. This answer is in response to your bigger question "How do I marshal a MDL Structure...
View Article[V8i C# MDL] How do I marshal a MDL structure in C#
I'm trying to pass two stuctures to the mdPattern_addAssociative2 function in C#. The structures are the PatternParams and DwgHatchDefLIne. I have the following...
View Article