SmoothTriangle Class

Mesh smooth triangle definition.
Public Class SmoothTriangle 
Inherits IndexTriangle 
Implements ITriangleSupportsNormals
This language is not supported or no code example is available.
public class SmoothTriangle : IndexTriangle
ITriangleSupportsNormals
This language is not supported or no code example is available.
Name Description
Public property Item(int) Gets or sets the element at the specified index. (inherited from IndexTriangle).
Public property N1 First vertex normal.
Public property N2 Second vertex normal.
Public property N3 Third vertex normal.
Top
Methods
 
Name Description
Public method Clone() Creates a deep copy of this IndexTriangle.
Public method ConvertToSurrogate()
Public method Equals(IndexTriangle) (inherited from IndexTriangle).
Public method Equals(object) (inherited from IndexTriangle).
Protected method Finalize (inherited from Object).
Public method GetHashCode() (inherited from IndexTriangle).
Public method GetThirdVertex(int, int) (inherited from IndexTriangle).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Public method Quality(IList<Point3D>) Computes the triangle quality. (inherited from IndexTriangle).
Public method ReplaceVertexIndex(int, int) (inherited from IndexTriangle).
Public method ToArray() Returns an array of triangle's vertex indices. (inherited from IndexTriangle).
Public method ToString() (inherited from IndexTriangle).
Top
Name Description
Operator Static Equality (inherited from IndexTriangle).
Operator Static Inequality (inherited from IndexTriangle).
Top
Fields
 
Name Description
Public field V1 First vertex index. (inherited from IndexLine).
Public field V2 Second vertex index. (inherited from IndexLine).
Public field V3 Third verted index. (inherited from IndexTriangle).
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition