Class StlShape

StlShape class

Represents a shape object for Stl format. Contains information about set of faces with corresponding material, vertex, texture, and normal indices.

public class StlShape

Constructors

NameDescription
StlShape()Initializes a new instance of the class.

Properties

NameDescription
Faces { get; set; }Gets or sets the faces.
Facets { get; set; }
MaterialId { get; set; }Gets or sets the material identifier.
Name { get; set; }Gets or sets the name.

See Also