Quantcast
Channel: MicroStation Programming - Forum - Recent Threads
Browsing all 1677 articles
Browse latest View live

Re: Not able to get line from another modelref

As said before you cannot draw into a model, you can create or copy elements, drawing is something that might be done to a view. Try to be as clear as possible !Use Jon's advice and copy the element(s)...

View Article


[V8i C++] Starting a command with a CmdItemListRsc and a modal dialogBox

I'm writing a command that utilizes a CmdItemListRsc and a modal dailogBox. The modal dialogBox is used to gather a username/password keyin for a database connect string. I call that modal dialogBox...

View Article


Re: Delaunay triangulation

Thank you very very much Jon Summers

View Article

Image may be NSFW.
Clik here to view.

Re: [V8i C++] Starting a command with a CmdItemListRsc and a modal dialogBox

Bruce Reeves SRNS: Is this an issue with the combination of a modal dialog box being opened and the CmdItemListRsc?Probably.  Divide and conquer!  Division of responsibilities will make things clearer...

View Article

Re: [V8i C++] Starting a command with a CmdItemListRsc and a modal dialogBox

This is exactly what I've ended up doing !!! You're "spot on" with the analysis and solution. Thanks !!

View Article


Re: system callback to tell if an element is in being dynamically modified

Someone kindly posted something similar to this in 2002...Private void provideDescription(DisplayPathP    path,           // => display pathMSWChar*        description,    // <=>...

View Article

measuring lines on a specific layer

Hi,I'm doing a design which involves laying earth tape on site, and i want to get the total length of earth tape needed for the job.The level is called "Earthing - Proposed"This is my first time coding...

View Article

Re: How to activate reference view attributes using VBA or key-in?

Hi Robert,I am not sure ... is it possible to create display styles with corrections that are based on levels? I know that you can create corrections on line styles, etc. but I don't think that you can...

View Article


Re: measuring lines on a specific layer

Next steps in your Do looplook for the line.length property and add them!If you need 2D-length,  search for one of the MS VBA  Point distance calculation methods

View Article


[2004 MDL] Help me to know about Bmake.

I am new to this MDL and still learning it. i want to know how bmake works i ve searched alot but couldnot find the information. I ve run the example from the la-solution called "stroke" when i run it,...

View Article

Image may be NSFW.
Clik here to view.

Re: [2004 MDL] Help me to know about Bmake.

Hi sagar,sagar:I am new to this MDL and still learning it.I think I am not new in MDL and I am still learning also ... it's never ending process :-)sagar:i want to know how bmake works i ve searched...

View Article

Re: [2004 MDL] Help me to know about Bmake.

Thank you Jan for your valuable suggestions. as per your suggestion i ve tried basic example when i run it it shows the followingBMAKE: can't open include file mdlexmpl.mkiBMAKE: call traceis this mean...

View Article

Re: measuring lines on a specific layer

Where have you got the .Name extension for IncludeLevel ? The help states only that IncludeLevel expects an object of type Level (your oLevel). so remove the .Name and you should be done.You should...

View Article


Image may be NSFW.
Clik here to view.

Re: [2004 MDL] Help me to know about Bmake.

sagar:I want to know how bmake worksbmake.exe is the Bentley make tool.  make tools have been around for several decades: they make (or build) an application from its source-code components and other...

View Article

Re: measuring lines on a specific layer

Dim accumulatedLength As Double accumulatedLength = 0.0 Dim oLine As LineElement Do While oEnumerator.MoveNext   Set oLine = oEnumerator.Current.AsLineElement   accumulatedLength = accumulatedLength +...

View Article


Re: [2004 MDL] Help me to know about Bmake.

It means bmake file is not able to find mdlexmpl.mki.If you use MicroStation Development Shell, everything should be set automatically, but a threat of some problem with not-standard environment or...

View Article

Re: [2004 MDL] Help me to know about Bmake.

Thank you Jon and Jan for the replies. when i run the bmake just .mo file is created not .ma so what should i need to create .ma file?regardssagar..

View Article


Re: measuring lines on a specific layer

I might be overlooking something, and not to burst any bubbles of creativity, but I would like to point out that MicroStation's measurement tools can provide what it sounds like you are looking for...

View Article

Re: [2004 MDL] Help me to know about Bmake.

PMFJI, but if you run the command that Jan referencesbmake -v -a basic > log.txtand then look at the resulting log.txt, that might provide some clues as to what are prime suspects that are causing...

View Article

Image may be NSFW.
Clik here to view.

Re: [2004 MDL] Help me to know about Bmake.

sagar: when i run the bmake just .mo file is created not .ma so what should i need to create .ma file?Frankly, who cares about it? Until you will provide us the proof your Development Shell is...

View Article
Browsing all 1677 articles
Browse latest View live