|
|
|
BlueCielo Meridian Enterprise Server 2013 Administrator's Guide | BlueCielo ECM Solutions |
The MicroStation rendering module options specify which drawing layouts to render and to which format in the destination system. The rendering module starts MicroStation in the background and executes a macro that sets the output parameters. The macro is executed before the Print Run command in MicroStation.
To configure the MicroStation rendering options:
In Meridian Enterprise Server Configurator, in the Data Exchange group, click Rendering Profiles. The All Rendering Profiles page appears and lists the existing profiles grouped by the name of the computer (cluster node) to which they are assigned.
Option | Description |
---|---|
General group |
|
Name |
The name of the rendering profile as seen in Configurator. |
Computer |
The name of the Meridian Enterprise Server computer (cluster node) on which to run this job. |
Input extensions |
The quantity of source file extensions to be rendered by this module. To select extensions:
|
Output group |
|
Printer driver configuration |
Click Select to select a printer configuration file (*.plt.*.pltcfg) that you have already uploaded as described in Managing custom resources. |
Rendition type |
Select a rendition type: Default– Renders drawings with MicroStation using the options that are set in this group and in the Print to PDF group. Batch plot – Shows options with which you can batch plot drawings using a MicroStation printer driver configuration file. Select or type options using the descriptions in the Batch plot options table that follows. |
Use rendering profile options of the job |
Select this option if the page size and orientation are stored as property values for the source documents and the corresponding options are selected as described in Configuring rendering options. If those options are not selected, select default values from Paper size and Orientation. |
Defaults if rendering profile options cannot be matched |
Select this option to configure a default page size and orientation if the values that are retrieved as described in Configuring rendering options are empty or do not match those provided by the operating system. For acceptable page size property values, see Page size names. |
Color |
Select a color gamut from the Value list. |
View number |
Select the number of a view in the drawing to render. |
Option | Description |
---|---|
Default View |
Type the name of a view in the drawing to render. View names can be specified as _VIEW_n, where n=1...8 or as _SVIEW_<Name>. |
Template file |
Click Select to select a template file (*.spc) that you have already uploaded as described in Managing custom resources. If a valid template is specified, the following settings from the template are applied to the batch: Printer And the following settings are overridden by the preceding rendering module options: outputDir |
Option | Description |
---|---|
Enable macro "BlueCieloECM.Renditions. |
Enables the MicroStation macro described at the end of this topic. If cleared, only the output parameters specified in the publishing job are applied. |
Line weights |
Applies the line weights that are specified in the macro to the rendered output. |
The MicroStation macro file is installed by Meridian Enterprise Server and its name is BlueCieloECM.Renditions.MicroStation.bas.
Notes
If the commands that you want to run in the macro generate unavoidable file access errors, try placing the offending commands in a Visual Basic for Applications procedure instead, which has more access to read-only files:
Create the procedure in the file default.mvba file located in the following folder:
C:\Documents and Settings\All Users\Application Data\Bentley\MicroStation V8i (SELECTseries)\WorkSpace\Projects\Untitled\vba
Call the procedure from the macro, similar to the following example:
MbeSendKeyin "vba run MyModule.MySub"
Related concepts
Copyright © 2000-2014 BlueCielo ECM Solutions |