public final class CadFileType extends FileType implements Serializable
Defines CAD documents (Computer Aided Design) that are used for a 3D graphics file formats and may contain 2D or 3D designs.
Includes the following types:
Dgn
,
Dwf
,
Dwg
,
Dwt
,
Dxf
,
Ifc
,
Igs
,
Plt
,
Stl
.
Learn more about CAD formats here.
Modifier and Type | Field and Description |
---|---|
static CadFileType |
Cf2
Common File Format File.
|
static CadFileType |
Dgn
DGN, Design, files are drawings created by and supported by CAD applications such as MicroStation and Intergraph Interactive Graphics Design System.
|
static CadFileType |
Dwf
Design Web Format (DWF) represents 2D/3D drawing in compressed format for viewing, reviewing or printing design files.
|
static CadFileType |
Dwfx
DWFX file is a 2D or 3D drawing created with Autodesk CAD software.
|
static CadFileType |
Dwg
DFiles with DWG extension represent proprietary binary files used for containing 2D and 3D design data.
|
static CadFileType |
Dwt
A DWT file is an AutoCAD drawing template file that is used as starter for creating drawings that can be saved as DWG files.
|
static CadFileType |
Dxf
DXF, Drawing Interchange Format, or Drawing Exchange Format, is a tagged data representation of AutoCAD drawing file.
|
static CadFileType |
Ifc
Files with IFC extension refer to Industry Foundation Classes (IFC) file format that establishes international standards to import and export building objects and their properties.
|
static CadFileType |
Igs
Igs document format
|
static CadFileType |
Plt
The PLT file format is a vector-based plotter file introduced by Autodesk, Inc.
|
static CadFileType |
Stl
STL, abbreviation for stereolithrography, is an interchangeable file format that represents 3-dimensional surface geometry.
|
Constructor and Description |
---|
CadFileType()
Serialization constructor
|
Modifier and Type | Method and Description |
---|---|
ConvertOptions |
getConvertOptions()
Prepared default convert options for the file type
|
static FileType[] |
getExcludedTargetTypes() |
LoadOptions |
getLoadOptions()
Prepared default load options for the source file type
|
fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getDescription, getExtension, getFamily, getFileFormat, toString
compareTo, equals, equals, fromDisplayName, fromValue, getAll, hashCode, op_Equality, op_Inequality
public static final CadFileType Dxf
DXF, Drawing Interchange Format, or Drawing Exchange Format, is a tagged data representation of AutoCAD drawing file. Learn more about this file format here.
public static final CadFileType Dwg
DFiles with DWG extension represent proprietary binary files used for containing 2D and 3D design data. Like DXF, which are ASCII files, DWG represent the binary file format for CAD (Computer Aided Design) drawings. Learn more about this file format here
public static final CadFileType Dgn
DGN, Design, files are drawings created by and supported by CAD applications such as MicroStation and Intergraph Interactive Graphics Design System. Learn more about this file format here.
public static final CadFileType Dwf
Design Web Format (DWF) represents 2D/3D drawing in compressed format for viewing, reviewing or printing design files. It contains graphics and text as part of design data and reduce the size of the file due to its compressed format. Learn more about this file format here.
public static final CadFileType Stl
STL, abbreviation for stereolithrography, is an interchangeable file format that represents 3-dimensional surface geometry. The file format finds its usage in several fields such as rapid prototyping, 3D printing and computer-aided manufacturing. Learn more about this file format here.
public static final CadFileType Ifc
Files with IFC extension refer to Industry Foundation Classes (IFC) file format that establishes international standards to import and export building objects and their properties. This file format provides interoperability between different software applications. Learn more about this file format here.
public static final CadFileType Plt
The PLT file format is a vector-based plotter file introduced by Autodesk, Inc. and contains information for a certain CAD file. Plotting details require accuracy and precision in production, and usage of PLT file guarantee this as all images are printed using lines instead of dots. Learn more about this file format here.
public static final CadFileType Igs
Igs document format
public static final CadFileType Dwt
A DWT file is an AutoCAD drawing template file that is used as starter for creating drawings that can be saved as DWG files. Learn more about this file format here.
public static final CadFileType Dwfx
public static final CadFileType Cf2
public LoadOptions getLoadOptions()
FileType
getLoadOptions
in class FileType
public ConvertOptions getConvertOptions()
FileType
getConvertOptions
in class FileType
public static FileType[] getExcludedTargetTypes()