Class ThreeDSMesh

ThreeDSMesh class

public class ThreeDSMesh

Constructors

NameDescription
ThreeDSMesh(string)

Properties

NameDescription
FaceMaterialGroups { get; }
Faces { get; }
HasFaceMaterialGroups { get; }
HasFaces { get; }
HasMappingCoordinates { get; }
HasVertices { get; }
LocalCoordinateSystem { get; set; }
MappingCoordinates { get; }
Name { get; set; }
Vertices { get; }

Methods

NameDescription
AddFace(ushort, ushort, ushort, ushort)Method for adding of the face with check of consistency of vertices indices.

See Also