Re: [v8i SS2 MVBA] Height and Weight of a TextNode Element
Hi RJ,to be precise in terminology, I assume you mean textnode element in selection set (and currently displayed in Element Information dialog).Textnode is only container for one or more text elements...
View ArticleRe: Change Elements Elevation with in the drawn polygon and break lines...
Hi DanPaul,Yes polygon is always...
View ArticleRe: [V8i-SS2 VBA] File Properties - Statistics
Hi Colin,I checked the statistics in the dialog quickly and what I found:Total editing time: ActiveDesignFile.TotalEditingTimeLevels: ActiveDesignFile.Levels.CountLevels Used: Seems you have to iterate...
View ArticleRe: [V8i-SS2 VBA] File Properties - Statistics
Thanks Jan. I have also came to similar conclusions. I was just curious whether there was an elements.Count rather than setting up an ElementEnumerator process :)
View ArticleRe: MVBA Modify Length of Line String
Hello sir Jan, Do you have sample code for changing position of vetices?Thank you.Best Regards,Aldrin
View Article[V8-VBA] Synchronize different Views
Hi,I have 2 views (TOP & FRONT) in a dgn and I want to synchronize these 2 views.When I do ZOOM, in TOP view, the FRONT view should be updated accordingly.I used View.SetArea method to synchronize...
View ArticleRe: MVBA Modify Length of Line String
Aldrin Almia:Do you have sample code for changing position of vetices?No, but the general concept is this:Dim p As Point3d<set point coordinates here>lineEl.Vertex(number of vertex, starting from...
View ArticleRe: [v8 2004 MDL] Dummy DITEM_MESSAGE_STATECHANGED event is triggerred for...
Brien Bastings:Are you checking the "reallyChanged" flag in your item hook?case DITEM_MESSAGE_STATECHANGED: { if (!dimP->u.stateChanged.reallyChanged) break; // Do something... }...
View ArticleRe: Windows 8 - bmake issue
IzemAghiles:I got a new laptop with windows 8, I installed uStation and its sdk. I have been able to use uStation without any problem until I tried to bmake one program, I started getting the following...
View ArticleRe: MVBA Modify Length of Line String
Hello sir Jan,Using this line of code: oPoint3D.X = oPoint3D.X oPoint3D.Y = oPoint3D.Y - 100 oPoint3D.Z = oPoint3D.Z oLineElem.Vertex(lngIndex) = oPoint3DThere...
View ArticleRe: [V8-VBA] Synchronize different Views
Hi Siva,I think there are two separated topics in your question:How to synchronize views:"Synchronization" usually means the subjects should be completely the same and in this mean the synchronization...
View ArticleRe: Windows 8 - bmake issue
What error messages is written to the command prompt? It's not clear from your screen capture, but can provide helpful information what is wrong.In addition to Ahmet's advice to use MicroStation SDK...
View ArticleRe: MVBA Modify Length of Line String
Aldrin Almia:There are five vertices and I want the fifth vertice will change but the fourth one is changed.Did you debug your code and check, what index is used in oLineElem.Vertex(lngIndex) =...
View ArticleRe: Windows 8 - bmake issue
Indecipherable TextWe want to help, so you have to help us. Like Jan, I find it hard to read the text in your screen shot. You have an option in a Windows command prompt to make the text bigger. In...
View ArticleRe: MDL Locate Filter not always being called for mdlState_startModifyCommand()
I have added the mdlLocate_noElemAllowLocked() and mdlLocate_setElemSearchMask()to my command and also removed the restart of the locate in the accept and Imake a call to...
View ArticleRe: Change Elements Elevation with in the drawn polygon and break lines...
This is not tested code, but should give you idea of using functions. MSElementDescrP ELEMENT = elementToMove();DPoint3d plan_origin; // polygon's centerDVec3d plane_normal; // polygon's...
View ArticleRe: MDL Locate Filter not always being called for mdlState_startModifyCommand()
Darren Grayce:The help says that the mdlState_restartCurrentCommand() restarts the current primitive command. Since I'm using a mdlState_startModifyCommand() I doubt it will be restarting it so I put...
View ArticleRe: Change Elements Elevation with in the drawn polygon and break lines...
mdlLinear_extract(PolyElmVer,&PolyElmNoVer,&PolyMsElm,MASTERFILE);if(SUCCESS ==...
View ArticleRe: Change Elements Elevation with in the drawn polygon and break lines...
Sorry, DanPaul user will draw Non Planar Polygon.
View Article