public interface CADConverter
Modifier and Type | Interface and Description |
---|---|
static class |
CADConverter.ConversionException
Exception reporting a unrecoverable problem during conversion process.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canConvertToOBJ(String cadFileExtension)
Determine if this converter is able to convert given CAD file format
(identified by it's extension) to Wavefront OBJ format
|
ConversionResult |
convert(URI cadFileName,
URI tempDir)
Convert the given CAD file to Wavefront OBJ format
|
ConversionResult convert(URI cadFileName, URI tempDir) throws CADConverter.ConversionException
cadFileName
- the CAD file to converttempDir
- a given temporary directory for converter operationsCADConverter.ConversionException
boolean canConvertToOBJ(String cadFileExtension)
cadFileExtension
- the extension of the cadFileCopyright © 2017 DocDoku. All rights reserved.