Click or drag to resize
AB4D 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
  Ab3d.ObjFileObjMesh

Namespace: Ab3d.ObjFile
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
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