Click or drag to resize
Ab4d.SharpEngine logo

ObjMesh Class

ObjMesh defines the mesh object in obj file. It contains one or more ObjMeshGroup that define the faces that defined the 3D objects.
Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.ObjFileObjMesh

Namespace: Ab4d.SharpEngine.ObjFile
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public class ObjMesh

The ObjMesh type exposes the following members.

Constructors
 NameDescription
Public methodObjMesh Constructor
Public methodObjMesh(String) Constructor
Top
Properties
 NameDescription
Public propertyChildMeshGroups Gets a list of child ObjMeshGroup objects.
Public propertyName Gets or sets the ObjMesh name.
Top
Methods
 NameDescription
Public methodToString Returns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also