 |
Development of Parser for CAD Translator |
Top-down parser in ANSI C for
exchange of CAD data using standard CAD file formats.
Application programmers use parser in various CAD
Translators' development such as IGES, STL, PLY, VRML and DXF.
Parser helps to accelerate CAD Translator development.
 |
Geometric Data Structure for translators (IGES, PLY, DXF, STL,
VRML) |
Project
consisted of development of geometric data structure using
double link list for file translators. Data structure supports
all the geometric entities and attributes specified by IGES,
VRML, DXF, STL and PLY. Thus the project facilitated the CAD
translators to store data from the various CAD file formats.
 |
VRML 2.0 Reader in C |
Project
involved development of VRML 2.0 file reader in C language.
Especially designed CAD parser was used in reading the data.
Input geometrical data and viewing transforms were stored in the
data structure. Code was developed in ANSI C on Linux platform.
 |
Data Exchange File Format (DXF) CAD Translator in C |
Project
involved understanding of DXF File Format and developing a code
which reads various entities like line, circle, 3d face etc from
a DXF File.
 |
Customization of SolidWorks for Tube Heat Exchangers Design @
Thermax, Pune |
SolidWorks
configuration capabilities were used in developing an application
software for Layout designing of Heat Exchangers Tube Sheet. It
helped in saving rework and cost for client. It was developed in
C++ and VB.
 |
STL Reader in C |
Project
involved development of STL file reader. A specially designed CAD
parser was used in reading the data and then geometric data was
stored in the data structure. Code was developed in ANSI C on
Linux platform.
 |
Development of IGES Reader |
Project
involved development of IGES file reader in C language. File
Utilities in C were used to read the file and then data
structure was used to store the data.
|