RE: Microstation V8i - is it possible to OpenDesignFileForProgram and print?
Thanks for this. So you think it would be better to open the "main" .dgn-file, attach the required reference file, control the levels as required and then kick off the printing job using the key-ins....
View ArticleRE: Microstation V8i - is it possible to OpenDesignFileForProgram and print?
[quote user="quasi_modo"]my knowledge around Print organizer is very limited[/quote]Read more about it in MicroStation help. Print Organizer was developed because many people had similar wishes to...
View ArticleMicrostation V8i - is it possible to OpenDesignFileForProgram and print?
Is it possible to open some .dgn-files using the command "OpenDesignFileForProgram" and print them?One of our users asked for a kind of batch print tool where he could enter a list of file names in a...
View ArticleRE: [V8i VBA] Extracting outer lines
Thanks for the suggestions. These have put me on the right track but I've realised that my linework isn't closed shapes so I don't think it's as simple as this.I've got it to work by recording a macro...
View ArticleRE: [V8i VBA] Extracting outer lines
[quote user="joelmck"]Are you aware of anything in the API that can do this?[/quote] Your screenshot is great, but it doesn't tell us what you've done. We're programmers, and respond to code 8-)
View ArticleRE: [V8i VBA] Extracting outer lines
Sorry I was trying to illustrate what I wanted to do which is to create a region that excludes those interior shapes.I've been trying to use the method GetIntersectionShapesFromRegion but I'm not 100%...
View ArticleRE: [V8i VBA] Extracting outer lines
This actually works now. I was having problems further up in my code in selecting the right elements for the array. Thanks for the hints guys.
View ArticleRE: Issue compiling MDL file in Microstation v.8.05-2004
Hi Mohammad,[quote user="Mohammad Aryafar"]when I compile it, it returns this error message:[/quote]You should read error message with attention. The problem is not in compilation (which is a process...
View ArticleRE: Microstation V8i - is it possible to OpenDesignFileForProgram and print?
Hi,[quote user="quasi_modo"]Is it possible to open some .dgn-files using the command "OpenDesignFileForProgram" and print them?[/quote]I agree with Jon it's not good idea and I am sure it brings more...
View ArticleRE: Issue compiling MDL file in Microstation v.8.05-2004
[quote user="Mohammad Aryafar"]Can you tell me how I can resolve the issue?[/quote]The MDL Function Reference provides useful information. For example...mdlRaster_initializeFunctionvoid...
View ArticleIssue compiling MDL file in Microstation v.8.05-2004
Hello,I have had issue with compiling before but I received help and it was resolved. I'm having similar issue but I'm not able to figure out how to fix it.I'm trying to get started working with...
View ArticleRE: Issue compiling MDL file in Microstation v.8.05-2004
Thank you Jan. You were right, I added rasterlib.dlo to my appObjects and the error message no longer appeared. Regards, Mo
View ArticleRE: Textelements as Datafields in Cells
[quote user="Calin Werlein"]Can anyone help me with a VBA code?[/quote]Please post questions about VBA to the Programming Forum. State what version of MicroStation you are using.
View ArticleTextelements as Datafields in Cells
Hallo,I have a cell with Textelements as Datafields (DataEntryregion as place holder) .Under the raw data every datafield has one distinct ID-Number and one distinct field size. I need to select the...
View ArticleRE: [CONNECT C++] Use of GetGraphicElementsP()
dgnModel_getEOF () returns the end-of-file marker, so you could use that before you start the iteration, then test during the iteration. But that doesn't seem very elegant.
View ArticleRE: Plotting the point form Excel to Microstation
Lorys,Your post reminded me of a tip I posted two years ago. I don't know why I didn't think of it before.envisioncad.com/.../microstation-tip-automate-coordinate-entriesLeung Harry,The above tip shows...
View ArticlePlotting the point form Excel to Microstation
Hi All,i have a excel file, that contain the point data as follow:I am the VBA beginner, i want to write a VBA code to create the point in different level form excel to Microstation.Any one can help,...
View ArticleRE: [CONNECT C++] Use of GetGraphicElementsP()
True - but it *does* let me move on to the next problem needing attention...
View Article[CONNECT C++] Use of GetGraphicElementsP()
Is there any way to control iteration when using GetGraphicElementsP()? If additional elements are added while in the loop, the loop never ends. Is it possible to set a "stop condition" test like you...
View Article