/
CAD Publisher Converting .3D to ACT3D
CAD Publisher Converting .3D to ACT3D
- Mark Anderson
Owned by Mark Anderson
By creating a simple pipeline, Centro 7 also publishes SpinFire Professional 10.x .3D files to the .ACT3D format.Â
To create a pipeline to convert .3D files to .ACT3D:
- Go to the Pipeline Manager.
- Click Create New.
- Provide a name for your pipeline (ex: "SF10 to SF11").
- Click Save changes.
- Drag and drop a directory watcher trigger to the trigger section.
- Provide a trigger name and the appropriate watched directory.
- Enter "*.3D" in the Include files field.
- Fill in the necessary remaining fields such as Watch sub-directories and Add existing files.
- Click Save changes.
 - Drag and drop the CAD to SpinFire action to the Actions section.
- Provide an Action name.
- Set the CAD file path to the %dw_changed_file% dynamic field.
Enter a valid target file path. You may want to the dynamic fields %relative_path% and %dw_filename_extension% to build up your file path.
Example
c:\out\%dw.relative_path%\%dw.dw_filename_extension%.ACT3D
- Set conversion options to your liking.
- Click Save changes. Â
- Deploy and run your new pipeline.Â