<Exporter>
Section:
Task Agent
Required:
Yes
Value type:
None
Default:
Defined in jobconfig files
Product:
Creo Elements/Direct Model Manager, Creo Elements/Direct Drawing Manager
Description
The job data exporter exports data required to execute the job from the Creo Elements/Direct Manager Server database, such as:
Model or drawing data
Model or drawing metadata
Macros and scripts for job execution
Syntax
<Exporter java_class="">
DrawingJobExporter
Exports a drawing with its metadata.
<StartScriptTemplate>: Name of the Creo Elements/Direct Drafting macro template that executes the job.
Macros must be located in the C:\Program Files\PTC\Creo Elements\Direct Manager Server 20.6\taskagent\drafting directory.
<ReloadAnnotationFrames>: True or false, defining whether to reload frames for Creo Elements/Direct Annotation (update with the latest database versions). The default is false, meaning that frames are left unchanged in the Creo Elements/Direct Annotation drawings.
PlotJobExporter
Specialized DrawingJobExporter that exports the data required for a plot job.
<StartScriptTemplate>: Name of the Creo Elements/Direct Drafting macro template that executes the job.
Macros must be located in the C:\Program Files\PTC\Creo Elements\Direct Manager Server 20.6\taskagent\drafting directory.
<ReloadAnnotationFrames>: True or false, defining whether to reload frames for Creo Elements/Direct Annotation (update with the latest database versions). The default is false, meaning that frames are left unchanged in the Creo Elements/Direct Annotation drawings.
ModelingJobExporter
Exports model data for a Creo Elements/Direct Modeling job.
<StartScriptTemplate>: Name of the Creo Elements/Direct Modeling LISP template that executes the job.
The LISP template must be located in the C:\Program Files\PTC\Creo Elements\Direct Manager Server 20.6\taskagent\modeling directory.
<ModelLoadRule>: The name of the model load rule to export model data (may be localized).
ClashJobExporter
A specialized ModelingJobExporter for clash jobs.
Example
<Exporter java_class="com.osm.automation.ModelingJobExporter">
<StartScriptTemplate>ModelingConversion.lsp</StartScriptTemplate>
<ModelLoadRule catalog="model" msg_num="728">Highest Revisions</ModelLoadRule>
</Exporter>
Was this helpful?