Table of Contents

Namespace Aspose.CAD.FileFormats.Obj.Elements

Classes

ObjFace

Represents the face object for OBJ image. It stores indices of vertex, texture and normal.

ObjRoot

Represents 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.

ObjShape

Represents a shape object for OBJ format. Contains information about set of faces with corresponding material, vertex, texture, and normal indices.