OBJ is a geometry definition file format (.obj extension) first developed by Wavefront Technologies for its Advanced Visualizer animation package.
The OBJ file format is a simple data-format that represents 3D geometry alone — namely, the position of each vertex, the UV position of each texture coordinate vertex, vertex normals, and the faces that make each polygon defined as a list of vertices, and texture vertices.
Vertices are stored in a counter-clockwise order by default, making explicit declaration of face normals unnecessary. OBJ coordinates have no units, but OBJ files can contain scale information in a human readable comment line.
A SLDPRT file contains a 3D part created in the SOLIDWORKS design software.
Multiple SLDPRT parts can be independently modified and combined into a single SLDASM assembly file. If one SLDPRT part belongs to several assemblies, then after modifying it, the changes will appear in all assemblies.
SLDPRT are proprietary files with closed specifications. Nevertheless, some APIs (like CAD Exchanger SDK) provide the facility to read and convert them to other formats.
In addition to SOLIDWORKS software, SLDPRT files are supported by Autodesk Fusion 360.
A CAD file is an output of a CAD software, containing key information about the designed object: its geometry and topology representation, 3D model hierarchy, metadata, and visual attributes depending on the format of the file.
Read moreIn the ninth part of the series, we take a look at the effectively standard format for 3D graphics
Read moreCAD Exchanger imports and tesselates FBX, glTF, OBJ, PLY, and STL files, making them ready for further optimization by RapidCompact.
Read more