Class TriangularFacet
- Namespace
- Aspose.CAD.FileFormats.Stl.StlObjects
- Assembly
- Aspose.CAD.dll
Triangular facet of the surface.
[ComVisible(false)]
public class TriangularFacet : IDrawingEntity
- Inheritance
-
TriangularFacet
- Implements
- Inherited Members
Constructors
Properties
- Childs
Gets the collection of a nested entities.
- ColorData
Gets or sets the surface color.
- Id
Gets the unique identifier of an object inside a drawing.
- Normal
Gets or sets the surface normal to the triangular facet.
- Vertex1
Gets or sets the coordinates of the first vertex.
- Vertex2
Gets or sets the coordinates of the second vertex.
- Vertex3
Gets or sets the coordinates of the third vertex.