Click or drag to resize
AB4D logo

ObjMeshGroup Class

ObjMeshGroup is used to group faces inside obj mesh.
Inheritance Hierarchy
SystemObject
  Ab3d.ObjFileObjMeshGroup

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

The ObjMeshGroup type exposes the following members.

Constructors
 NameDescription
Public methodObjMeshGroup Constructor
Public methodObjMeshGroup(String) Constructor
Top
Properties
 NameDescription
Public propertyMaterial Gets or sets a material that is used for faces in this group.
Public propertyName Gets or sets the name of the group.
Public propertyNormalIndexes Gets a list of normal indexes that specify which normal from the parent ObjFileData are used for this group.
Public propertyPolygonIndexes Gets a list of position indexes that define the polygons.
Public propertyPositionIndexes Gets a list of position indexes that specify which positions from the parent ObjFileData are used for this group.
Public propertyTextureCoordinateIndexes Gets a list of texture coordinate indexes that specify which texture coordinate from the parent ObjFileData are used for this group.
Top
Methods
 NameDescription
Public methodToString Returns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also