Class StlFace

StlFace class

Represents the face object for Stl image. It stores indices of vertex, texture and normal.

public class StlFace

Constructors

NameDescription
StlFace()The default constructor.

Properties

NameDescription
NormalInds { get; set; }Gets or sets the normal indexes collection.
VertexInds { get; set; }Gets or sets the normal indexes collection.

See Also