|
<< Click to Display Table of Contents >> Navigation: Programming Mechworks PDM > DBWCommandShell > Commands Reference > Document > CreatePreviewFileFromFullPath |
available from build: 20111213 |
This command creates a preview file given the full path of a CAD file.
call DBWShell("CreatePreviewFileFromFullPath InputFileFullPath configuration OutputFileFullPath")
InputFileFullPath |
the full file path of the cad file to extract preview from |
|---|---|
configuration |
the file configuration to refer to |
OutputFileFullPath |
the full file path of the cad file to extract preview from |
At the moment the command supports Solidworks cad file types only
DBWShell("CreatePreviewFileFromFullPath \\myServer\myShare\myFiles\myAssembly.sldasm Default C:\temp\test.jpg")