CadFileType class

CadFileType class

Represents CAD documents (Computer Aided Design) used for 3D graphics file formats and may contain 2D or 3D designs.

Includes the following types:

Learn more about CAD formats (https://wiki.fileformat.com/cad).

The CadFileType type exposes the following members:

Constructors

Constructor Description
init Initializes a new CadFileType instance for serialization.

Methods

Method Description
compare_to Compares current object to other. (inherited from Enumeration)
compare_to_object (inherited from Enumeration)
equals Implements the equality comparison defined by Enumeration.equals. (inherited from FileType)
equals_enumeration (inherited from FileType)
equals_object (inherited from Enumeration)
from_display_name (inherited from Enumeration)
from_extension Gets the FileType for the provided file extension. (inherited from FileType)
from_filename Returns FileType for specified file_name. (inherited from FileType)
from_stream Returns FileType for provided document stream. (inherited from FileType)
from_value (inherited from Enumeration)
get_all (inherited from FileType)
get_hash_code Provides the default hash function. (inherited from Enumeration)
to_string String representation of file type. (inherited from FileType)

Properties

Property Description
description The file type description. (inherited from FileType)
extension The file extension. (inherited from FileType)
family The file family. (inherited from FileType)
file_format The file format. (inherited from FileType)

Fields

Field Description
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.
DWG Files 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.
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.
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.
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.
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.
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.
IGS Igs document format
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.
DWFX DWFX file is a 2D or 3D drawing created with Autodesk CAD software. It is saved in the DWFx format, which is similar to a . DWF file, but is formatted using Microsoft’s XML Paper Specification (XPS).
CF2 Common File Format File. CAD file that contains 3D package designs or other model data; can be processed and cut by a CAD/CAM machine, such as a die cutting device.
UNKNOWN Unknown file type (inherited from FileType)

See Also