ColorSmoothTriangle Class

Mesh smooth triangle with color definition.
Public Class ColorSmoothTriangle 
Inherits SmoothTriangle 
Implements ITriangleSupportsColor
This language is not supported or no code example is available.
public class ColorSmoothTriangle : SmoothTriangle
ITriangleSupportsColor
This language is not supported or no code example is available.
Name Description
Public property B
Public property G
Public property N1 First vertex normal. (inherited from SmoothTriangle).
Public property N2 Second vertex normal. (inherited from SmoothTriangle).
Public property N3 Third vertex normal. (inherited from SmoothTriangle).
Public property R
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) Determines whether the specified object is equal to the current object. (inherited from IndexTriangle).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode() Serves as the default hash function. (inherited from IndexTriangle).
Public method GetThirdVertex(int, int) (inherited from IndexTriangle).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method GetXElement() (inherited from IndexTriangle).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (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() Returns a string that represents the current object. (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.5, 4.6, 4.7

In this article

Definition