Click or drag to resize
AB4D logo

ObjFileData Class

ObjFileData class contains meshes and materials that were read from obj file.
Inheritance Hierarchy
SystemObject
  Ab3d.ObjFileObjFileData

Namespace: Ab3d.ObjFile
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.0.8746.1045
Syntax
C#
public class ObjFileData

The ObjFileData type exposes the following members.

Constructors
 NameDescription
Public methodObjFileData Initializes a new instance of the ObjFileData class.
Top
Properties
 NameDescription
Public propertyMaterialLibrary Gets a dictionary of all the materials defined in the material library that is associated with this obj file.
Public propertyMeshes Gets list of all ObjMeshData objects.
Public propertyNormals Gets a list of normals that are used by the ObjMeshGroup.
Public propertyPositions Gets a list of positions that are used by the ObjMeshGroup.
Public propertyTextureCoordinates Gets a list of texture coordinates that are used by the ObjMeshGroup.
Top
See Also