Aspose.CAD.FileFormats.Obj.Elements

The namespace handles elements of the Obj file format.

Classes

ClassDescription
ObjFaceRepresents the face object for OBJ image. It stores indices of vertex, texture and normal.
ObjRootRepresents root information for OBJ drawing. ObjRoot contains data about vertices, materials, and shapes. Each shape contains information about set of faces with corresponding material, vertex, texture, and normal indices.
ObjShapeRepresents a shape object for OBJ format. Contains information about set of faces with corresponding material, vertex, texture, and normal indices.