Hi Everyone,
We have a workflow for legacy projects that goes like this...
Open file, place fence on sheet boundary 'ticks', open Print Dialog (ctrl+p), choose pltcfg, enter scale into Print Dialog, choose pen table (one of 3 that change the size…
We are moving to OpenSite from uStation XM. According to the documentation, pen tables in 3D files don't honor priority, but I don't see that caveat in any of the design script descriptions.
Do design script priority settings work for all files?
Attempting to use design scripts for text replacement in a multi-line string. IE - SEE SHEET $SNUM$.
This can be done fairly quickly with a config variable and concating the text. My problem is that the SEE SHEET is not standard, and can be basically…
Using V8i Select Series 4
I am trying to make a simple microstation design script that will print a different font than the original used in a nested reference file.
I have
if ((file <> 0) AND (type == text)) then font = 164 endif
As far as…
I am trying to use a design script to turn some levels off based on the content stored inside a tag value inside the microstation file. For example I have a stamp that I am putting on the drawing and it has text in the stamp for the different stages of…
I cannot get the linestyles to plot when they are overridden by the design script to be screened back. The linestyes just show up as dots. I am using ProjectWise InterPlot Pro Connect 10.00.00.52. When I go to the configuration file in interplot organizer…
I have tried to change printed output to from Arial to Architectural using a design script. I want to keep the Arial font in the design but change font on printed output. This is what I have in the design script but, it's not working.
! ! Change font…
HI, I've made printing changes. I'm getting off our legacy design scripts and going with more WYSIWYG printing (due to design script priority issues).
My old printing routines used Print and the Print Organizer successfully in conjunction with a .dgnlib…
We are using ICS to Rendition PDFs of Autocad 2015 drawings from Projectwise
We would like to apply a date/time and Username stamp in the PDF at plot time.
The Date and Time is working well
However the Username being inserted into the PDF is the…
I am attempting to set up a text style using background mask and I can't get it to print correctly. We have previously used a filled box around the text that is separate from the text and specified in an Iplot pen table to fill in the box with white.…
I am trying to use a Design Script in MicroStation, and I can't get it to look at my level symbology overrides. For instance, If my design script calls for all elements that are color=0 to be screened, I want to be able to use level overrides to set other…
I have a drawing which does not plot correctly. I am using a client-provided design script which "drops" elements to make them look like they are screened. The design script basically searches for elements by level and if the elements are within a certain…